I´m using the SPI1 via the alternative pins PB3-PB5 and I'm experiencing various issues. I have previously used the STM32F722 with somehow same CubeIDE setup and code and that works perfectly.I have made a simple test application that only sends one ...
Hello,I have not been able to program the MCU from ST-Link/V2 (Serial 2-wire) - I suppose this is possible??Bonus info: Debugging with J-link and same (serial 2-wire) works fine.Thanks in advance - Michael
I'm using the STM32U575 MCU and try to use the "HAL_FLASH_Program". This MCU only allow "FLASH_TYPEPROGRAM_QUADWORD". When trying to program a few words at flash address "80F0000" (page 120) I get the error "FLASH Programming sequence error flag" M...
I think I have a solution. Adding a timeout to the "HAL_SPI_Transmit" did the trick.even though this was not necessary with previous MCU model??Thanks for any assistance.....
Thank you for the reply and sorry for the missing details.My test code is like below:In main I try to send same data value via SPI1 multiple timesDisplayDriver_Write_Command(0xFD);DisplayDriver_Write_Command(0xFD);....void DisplayDriver_Write_Comman...