Skip to content

Commit 6d25704

Browse files
committed
NUCLEO_F411RE: disable spi asynch mode support
SPI test fails in asynch mode. Further investigation is required. The test fails after ~50 symbols are transferred with rx overrun failure. The problem is probably related to systick interrupt. The test case works if RTOS is disabled.
1 parent 0897ebf commit 6d25704

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

targets/targets.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2622,6 +2622,9 @@
26222622
"FLASH",
26232623
"MPU"
26242624
],
2625+
"device_has_remove": [
2626+
"SPI_ASYNCH"
2627+
],
26252628
"release_versions": ["2", "5"],
26262629
"device_name": "STM32F411RE",
26272630
"bootloader_supported": true

0 commit comments

Comments
 (0)