Optimizing Microcontroller Memory Usage with Map Files

Optimizing Microcontroller Memory Usage with Map Files

The company asked me to interface a visibility detection instrument with a product from a few years ago. The mainboard uses the STM32L051C6 microcontroller to communicate with the visibility detection instrument via RS485. In theory, this should just involve implementing a serial port data reception processing logic. However, after adding the code and compiling, it … Read more

Complete Analysis of Map Files in MDK-ARM

Complete Analysis of Map Files in MDK-ARM

Friends with extensive project development experience must have encountered issues with memory overflow. How do you analyze such problems? The previous article detailed the map files in IAR, explaining how to analyze and understand the content of map files in IAR. This article will similarly discuss the contents of map files in MDK-ARM. Output Map … Read more