I bought a STM32MP257F-EV1 board, but on the board UM, I can not find any description about AI/NN, I checked the STM32MP257F data sheet, it does support the AI/NN, so I am confused, if I can deploy the AI model on the EVB?
I just find my HAL_UART_Transmit() function cost 15ms. why does it cost so much time?The UART speed is 19200, and I use GPIO set and reset function to check the time cost.Total data length of send buffer is 29 bytes. and I use a 15ms polling loop to ...
I am trying to use the SPI example code, and I configured SPI1 on the NUCLEO-F401RE board in full Duplex work mode.I connected two NUCLEO-F401RE boards together by GND, CLK, MOSI, MISO,and CS(but I use NSS_Soft mode).Because there is no example code ...
I used the sample code of "en.stm32cubef4-v1-28-0\STM32Cube_FW_F4_V1.28.0\Projects\STM32F401RE-Nucleo\Examples\UART\UART_Printf"I just printed the "test" in the while(1) loop. but the display of my computer is werid, and I checked the clock and hal l...
Yes, Interrupt based can be considered, I just want to test if I can use the simple way to trigger the transmit.And my question is if it is reasonable for so long time cost in this function.ThanksRichknight