STM32WL55JC and Applications/BFU_1_Slot not showing menu via TerraTerm/minicom as it showing only char "C"
I am exploring the security feature of STM32WL55JC via Applications/BFU_1_Slot using latest firmware STM32Cube_FW_WL_V1.1.0
I am not sure what I am doing wrong and I have followed youtube and readme.txt. I was able to compile as below and upload STM32CubeProgrammer and RDP to 0 (AA).
Here is IDE output
07:28:47 **** Build of configuration Debug for project 1_Image_UserApp ****
make -j7 all
arm-none-eabi-size UserApp.elf
text data bss dec hex filename
25312 144 9928 35384 8a38 UserApp.elf
Finished building: default.size.stdout
"../../../1_Image_SECoreBin/STM32CubeIDE/postbuild.sh" ".." "./UserApp.elf" "./UserApp.bin" "1" "1"
prepareimage with python script
07:28:50 Build Finished. 0 errors, 0 warnings. (took 3s.330ms)Below files are successfully created by postbuild.sh
-rw-r--r-- 1 username staff 25968 28 Sep 07:28 UserApp.sfb
-rw-r--r-- 1 username staff 89456 28 Sep 07:28 BFU_UserApp.binBelow is minicom output from macOS and I could see same from TerraTerm too.
Welcome to minicom 2.8
OPTIONS:
Compiled on Jan 4 2021, 00:04:27.
Port /dev/tty.usbmodem1A124103, 07:39:35
Press Meta-Z for help on special keys
CCCCCCPlease advise.
