User Activity

Using an stm32f746 disco, I'm trying to get a function to compile to a different memory location using Mbed.  so far, as a test, i have this mbed_app.json.. { "target_overrides": { "*": { "target.ld_script": "custom_stm32f746...
Hello all  I'm trying to write to the flash memory on an STM32F746 discovery board.  This is the code so far, just a test to write a single word..   #define FLASH_USER_START_ADDR 0x080c0000 int Flash_Write(void) { HAL_StatusTypeDef status; u...
Hi all, on stm32f746 disco, I'm using the Mbed ide but i have the stmcube installed as wellI've been writing a simple updater app that sits at 0x080e0000 with mixed success  switching to a previous project, the code downloads but on running the board...
Kudos given to