2015-07-10 04:10 AM
When the xPortSysTickHandler is called at the moment the SPI HW block is executing a SPI communication the i get a Bus fault resulting in a Hardfault
Is this a known issue? I can solve the issue by first executing the FreeRTOS command taskENTER_CRITICAL but then the Systick is not running anymore, with the result that the Timeout functions in the stmf2xx_hal_spi are not working any more Does any one know a solution for this issue? #stm32f2-spi