User Activity

Hi,I have 2 partitions on the STM32L433cct6 :IAP (to upgrade via USB) : 0x08000000 - 0x0800C000Application : 0x0800C000 - 0x08040000I have a function to jump to the application :/* Jump to user application */ JumpAddress = *(__...
Hi,I am using 2 slaves on the I²C bus : touchscreen and FRAM.I am calling BSP_TS_GetState in the sampleTouch function.bool STM32TouchController::sampleTouch(int32_t& x, int32_t& y) { bool ret = false;   if (!i2cUsed) { i2cUsed |= 2; TS_StateTy...
Hi,Currently, I know how to upgrade firmware using USB key on STM32F746BGT.I want to upgrade on STM32L433CCT6 but I can't find example...Could you help me ?Best regards
Hi,I want to split the .BIN file because it is too big... Here is the size of the files :.BIN size : 2.13 Go.HEX size : 30.5 Mo.ELF size : 11.4 MoHere is the memory used :I am using an USB flash drive to update my system program. I know I need to spl...
Hi,I want to update the software of the STM32F746BGT via a USB stick or Ethernet connexion.Firstly, how can I use the USB stick to update the software inside the MCU ?How can I use the Internet connexion (via UART : Lantronix XPORT) to update the sof...
Kudos from