-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Labels
area: SPISPI busSPI busbugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugplatform: STM32ST Micro STM32ST Micro STM32priority: mediumMedium impact/importance bugMedium impact/importance bug
Description
Describe the bug
With the current Zephyr master, SPI is not working as expected on STM32L1 based 96boards Wistrio board. Some of the bytes of the received data seems to be dropping.
To Reproduce
Reproducible with the LoRa PR #18998 which uses SPI for communicating to the Radio.
The issue seems to be with this commit: 2ce8fa1
To be more precise, setting xfer_16 flag manually to false fixes the issue, which means the problem is with sending/receiving 16bits of data.
Metadata
Metadata
Assignees
Labels
area: SPISPI busSPI busbugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugplatform: STM32ST Micro STM32ST Micro STM32priority: mediumMedium impact/importance bugMedium impact/importance bug