APM32 Core Episode 51 | Download Algorithm for I2C EEPROM Based on APM32F407 Using MDK-Keil

APM32 Core Episode 51 | Download Algorithm for I2C EEPROM Based on APM32F407 Using MDK-Keil

The “APM32 Core” series summarizes user experiences with APM32 series products, all of which are reprinted from the 21ic forum’s Jihai Semiconductor section. The full text has not been modified, and unauthorized reproduction by the original author is prohibited. Introduction In a recent project, I frequently needed to download parameters to an I2C EEPROM and … Read more

Three Programming Methods for Microcontrollers: ISP, IAP, ICP

Three Programming Methods for Microcontrollers: ISP, IAP, ICP

IAP Let’s start with the most relevant topic mentioned above, IAP (In Application Programming). As the name suggests, it means that user code can erase and program the flash memory area. Different MCUs have different flash memory addresses; for example, the flash memory starting address for LPC1778 is 0x0, while for STM32 it is usually … Read more