I recently learned to use FreeRTOS on STM32F7. The program runs for a certain period of time and then enters HardFault_Handler. The time is variable.The fault analyzer is reporting an error as "FORCED" and "PrecisErr". There are 6 threads in t...
hi F.Belaid i use the spi6. The spi tx uses the BDMA channel 0. The spi rx uses the BDMA channel 1. i use the stm32cubeide to make the project, and i use the HAL_SPI_Transelation_DMA to send data, but the data can't be send. do you have the exam...