User Activity

Hello everyoneSo I've managed to adapt and build my custom user app. Flashed it into the device.But it fails on startup somewhere between gpio and timers initializations in main().Console shows the following text:= [TEST] write 8 bytes @ Isolated cod...
My user application firmware is rather big. It runs on STM32G070, so I've adapted the example code from STM32G071. I've followed the example provided in AN5056 (see picture) to reduce the SBSFU size, it saved about 10 kB, but it is not enough (still ...
Hello everyoneSo I've managed to build MY user app, where a lot of things programmed alongside sbsfu support.But the binary file is simply huge - 134 MB! How comes?Also, sfb file does not get generated. May it be connected to disabled security define...
I am trying to merge UserApp example into my existing project. Everything goes fine, except for the error mentioned in the title. I've checked that include list is identical to UserApp example, as well as Linker->Miscellaneous->Other flags. What am I...
Hello everyone,I am trying to build SECoreBin, but the build fails with prebuild.sh. All python requirements listed in requirements.txt are installed, but the error is following:ImportError: No module named Cryptodome.CipherAnd even more: What should...