DevBoards delivery for 3rd of December workshop
I'm registered for the Dec 3 workshop, but haven't received the hardware yet. Please advise, thanks.
I'm registered for the Dec 3 workshop, but haven't received the hardware yet. Please advise, thanks.
Porting to STM32F429VIT6 from STM32F413HChanged made so far:1) Choosing the example from the same STM32 family as starting point if possibleSTM32F413H Discovery example chosen: 2) Editing the used IDE configuration files to rename what needs to be re...
HelloI am using Buildroot instead of Yocto with STM32MP157C and I wanted to know if there is a difference while parametrizing security features on my MPU and if the community.st.com website is relevant in my case or not.Best regards
Running USB virtual serial port program separately is normal,but download the virtual serial program through sbsfu, USB can't recognize it.Can you give me some suggestions,thankyou very much.
I'm trying to finish a first homework related to the SBSFU. I can build the SECoreBin project which at the end generates the SECoreBin.bin file. So it works fine. Next I try to build the SBSFU project but then I get "Nothing to build for project STM...
Hello, here is my situation, I've got accepted at the 12th November workshop, but because the boards were delivered with some delay (received them on 18.11.2020), I couldn't participate to that workshop. Now I have the boards and I would like to att...
I'm trying to set read protection on STM32F412 to level 1 via JLink during initial flashing. I'm issuing next commands:J-Link>w4 0x40023C08 0x08192A3B Writing 08192A3B -> 40023C08 J-Link>w4 0x40023C08 0x4C5D6E7F Writing 4C5D6E7F -> 40023C08 J-Link>me...
The installation instructions give dire warnings not to press OK until the installation has finished:and, indeed, the popup appears - saying "finish the ongoing installation":But the popup blocks the installation from proceeding - all progress stops...
Hi all,I'm trying to add the STM CRC32 to the hex or axf file, after this I need to convert it to .bin file because I've a Bootloader and I want to check the CRC32 to see if there's a valid image stored. I'm using srec_cat but doesn't work. Thanks.