Difference between revisions of "Analog ADuCM355"

From SEGGER Wiki
Jump to: navigation, search
(Created page with "__TOC__ Analogs Devices ADuCM355 is an ARM Cortex-M3 based MCU which controls and measures electrochemical sensors and biosensors. The device features current, voltage, and im...")
 
(Internal Flash)
 
Line 5: Line 5:
 
===Supported Regions===
 
===Supported Regions===
 
*Internal flash (0x00000000 - 0x0001FFFF)
 
*Internal flash (0x00000000 - 0x0001FFFF)
  +
NOTE: Right now, the J-Link software assumes the flash as one sector because it seems that erase chip is the one and only reliable solution in order to perform a erase and to make sure that following flash operations (e.g. program are working as expected).
  +
 
==Reset==
 
==Reset==
 
The device has a ROM code which needs to be run after reset. The J-Link halts the MCU after executing the ROM code but before starting the application.
 
The device has a ROM code which needs to be run after reset. The J-Link halts the MCU after executing the ROM code but before starting the application.

Latest revision as of 13:37, 16 October 2020

Analogs Devices ADuCM355 is an ARM Cortex-M3 based MCU which controls and measures electrochemical sensors and biosensors. The device features current, voltage, and impedance measurement capability.

Internal Flash

Supported Regions

  • Internal flash (0x00000000 - 0x0001FFFF)

NOTE: Right now, the J-Link software assumes the flash as one sector because it seems that erase chip is the one and only reliable solution in order to perform a erase and to make sure that following flash operations (e.g. program are working as expected).

Reset

The device has a ROM code which needs to be run after reset. The J-Link halts the MCU after executing the ROM code but before starting the application.

Evaluation Boards

TBD

Example Application

TBD