Associate III
August 4, 2021
Question
SPI_Transmit get stuck at HardFault_Handler @ stm32f4xx_it.c
- August 4, 2021
- 4 replies
- 2586 views
I'm trying to create my own library,
When I use HAL_SPI_Transmit(), it gets stuck at
void HardFault_Handler(void) @stm32f4xx_it.c
- I use SPI at my own library/function, not in the main function.
I also check SPI_Transmit before calling my own function, it is working there. But, in my function (contained different than main) does not work. Any Idea?
Thanks already!