STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32L443 internal flash memory write problem.

Hi everyone,I using STM32L443 MCU . If we write 0xFF again on the page we have cleaned, can I not write the 0xBC parameter of the example we want on it? Do I have to clear the address I want to write before writing, even if it is 0xFF?

Resolved! STM32CubeIDE adding code to main.c - code disappears

Is there a rule where to put code into main.c so that it stays there permanently? It happended to me now a couple of times that I added an interrupt callback function which suddenly disappeared. Are there areas in main.c where to safely put those?

Resolved! HAL_FLASH_Program trigger error 0x40 (FLASH_FLAG_SIZERR)

STM32G473CCT uses the HAL library for writing flash pages.i have constructed some code to use the last FLASH page as NV memory.bool eeprom_write8(uint16_t address, uint8_t data) { return eeprom_write(address, &data, 1); }   bool eeprom_write(uint16_...

0693W00000WHbqWQAT.png 0693W00000WHbt0QAD.png 0693W00000WHbsHQAT.png 0693W00000WHbs2QAD.png
sde c.1 by Senior II
  • 622 Views
  • 1 replies
  • 0 kudos

Resolved! OTP size for STM32F746XX

I found a strange mismatch in the reference manual for the OTP memory size:Accordingly to the manual page 78 (https://www.st.com/resource/en/reference_manual/rm0385-stm32f75xxx-and-stm32f74xxx-advanced-armbased-32bit-mcus-stmicroelectronics.pdf) the ...

0693W00000WHcdNQAT.png
grmpyc8 by Associate
  • 635 Views
  • 3 replies
  • 0 kudos