User Activity

Hello,I'm just developing upgrade path of my custom STM32F767 device. I can enter stock bootloader with boot0 pin+reset as well from software jump. It works fine, programs flash and option bytes. The problem arises when I'm trying to program protecte...
I've read various articles/guides how to jump to bootloader form main program (without using boot0 pin and reset). All code that I've tried seems to fail...My current approach is like this:#define BOOTLOADER_ADDR 0x1FF00000U   void (*SysMemBootJump)(...
I've just migrated from True Studio to CubeIDE (and newest CubeMX from 5.x). It worked pretty well, no major issuesm however generated code is totally crap!it totally do not work, nor even reach main()it is smaller - hex has 160kB instead of >400kBwh...
When generating code for F7 MCU with HCD and full assert enabled CubeMX generates line in "stm32f7xx_hal_hcd.c":assert_param(IS_HCD_ALL_INSTANCE(hhcd->Instance));however IS_HCD_ALL_INSTANCE is not define anywhere, and linker gives error as expected:S...
Posted on October 22, 2016 at 01:17Hi All! I'm developing simple transmission between two STM32 processors (F767 and F100). I'm using full duplex 4 lines: CLK/MISO/MOSI/NSS lines, 8 bit, motorola frame, no crc, NSS done by hardware on both ends. Mas...
Kudos from