User Activity

Hi!The DEBUG build version of my custom loader is working but is slow, so I tried RELEASE build instead to hopefully get a smaller bin-file with a faster and more efficient execution.However, CubeProgrammer fails at startup with a “loading-file-error...
Hi!I am using a STM32U599VJT6 device without SMPS but getting this message when generating code:    What is supposed to be configured?Thanks in advance
 Hi!I have a TouchGFX project based on a H725-device with a large display 1024x600 having a fair amount of graphic components. It is a custom board but I am using STM32H735G-DK as a reference.I have two related questions before moving onwards:1. Appl...
Hi! I am designing a custom external loader for a OCTO SPI HyperFlash with a page size of 512 bytes. I have most things in place but still struggles with the way CubeProgrammer seems to be calling the Write() function..   More specifically CubePogram...
Hi!I am developing a custom loader for a custom H7-board with a OSPI with a page size of 512 bytes (0x200). Naturally the programming via the Write() function needs to be optimized in programming whole pages aligned on boundaries and so on.When debug...