Loading...
 

Zephyr project on STM32

   Zephyr Workbench, a VSCode extension to manage Zephyr on STM32.
It enables users to easily create, develop, and debug Zephyr applications.
Main features:
  • Install host dependencies.
  • Import toolchain and SDK.
  • Create, configure, build and manage apps.
  • Debug STM32.
You can directly download it from the VSCode marketplace
For more details, visit the Zephyr Workbench

System Workbench for STM32


STM32F746 HAL SPI driver throwing hard error

Hi, Please I need help. Using:

STM32CubeIDE 1.11.2 Build: 14494_20230119_0724 (UTC)

The STM32F7 HAL SPI driver is throwing a hard fault after the first HAL_SPI_Transmit call. The fault is showing as a a Precise Error with the BFAR address as 0x1e000008, which is in the code section. I included the file where it is happening. I suspect it might have something to do with data types for the HAL calls but I can’t seem to get it. Any ideas?