User Activity

Hi, I've got an project in cubeide that starts in one project and then jump's to another at 0x0800C000. It's been working in the past and I've somehow broken it trying to do updates. Here is the main code in the bootloader. It's very simple. BOOTLOAD...
I'm going back over a project trying to clean up all of the warnings.The first time i build the project there are a few hundred warnings. So i clean a few up and build again to make sure i didn't break anything but then all the warnings are gone. Can...
Just trying to wrap my head around the IDE and can't find a reference to this.Ta
I’m trying to have a project in eclipse that is in 2 parts, both generated with cube ide.The small part at 0x08000000 is just a boot loader that can load file from SD card. [Mustang 2.2 Boot]The APP part is at 0x08008000 is where the app is that can ...
I know that there a lot of care examples on the Internet, but I haven’t been able to get one to work with latest version of the HAL drivers. I’m attempting to use the loopback interface just to test on a single device at the moment. This is as far as...