User Activity

Dear Sir,A project written for STM32U585 reaches the size 900 k bytes.Trying to lower the size , I am tryin to use properties.MCU GCC C compiler -> OptimizationTrying to set Optimization level to optimize most  to -Q3 the property of Optimization lev...
Dear Sir.I am trying to work with the examples of TFM_Appication and SBSFU_Boot examples of STMCube_FW_U5_V1.2.0 when compilng I get the error Error: Missing option '-S' / '--slot-size'.postbuild.sh failedmake[1]: *** [makefile:92: post-build] Err...
Dear Sir.I am using the example TFM_Loade_Non_Secure , It compiles I set for Download NonSecure App Image , when I send any file*.elf with TeraTerm.File,Transfer.YMODEM.Send , then the programreply with "Abortes by user".Please Advise
Dear Sir.I use ICS-43434 connected to STM32U585 through SAI.The lines of the ICS-43434 SD,SCK,WS works fine ,But when the interrupt is enabled the program crash.Attached some code frgaments.Main.c.MX_SAI1_Init();static void MX_SAI1_Init(void){ /* USE...
Dear Sir.Attached a code of SystemClock_Config();void SystemClock_Config(void) { RCC_OscInitTypeDef RCC_OscInitStruct = {0}; RCC_ClkInitTypeDef RCC_ClkInitStruct = {0};   /** Configure the main internal regulator output voltage */ if (...