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?
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?
Why?What happens if the respective pin is set as Push-Pull? And what happens if only the internal pullup is enabled and there's no external pullup?And there's no point to tell that the pin has to be set as "alternate function" - of course. That ST c...
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_...
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 ...
I bought STM32F0Discovery. However, I cannot write the program with STM32CubeIDE. It says that ST-Link firmware update is required. When I try to update it says ST-Lijnk is not in DFU mode.Can anyone tell me how to put STM32F0Discovery into DFU mode?