User Activity

I am developing code on my PC that uses Serial Comms to interface to my STM32H7xx and STM32F7xx processors using the system bootloader on USART1.I have successfully loaded code on both processors into both bank 1 and bank 2 and can jump to and run th...
I am trying to use the built in boot-loader on my STM32F767. I wrote a simple app on my PC and I can get sensible answers from GET, GET VERSION, GET ID commands. But when I try to do a GO or a READ, the address (I have tries 0x00200000, 0x08000000 an...
I have code that runs on the NUCLEO-F767ZI kit and have recently obtained the STM32F7779I-EVAL kit. My program is very simple, it does not do any IO (yet), so I (perhaps naively) thought that just changing the processor type in my IAR Embedded Workbe...
I recently obtained an STM32F779I-EVAL board and was surprised to find that a copy of the demonstration software didn't come with the kit. Yes, there is a version loaded onto the board, but I would like to look at the software for guidance and anyway...