Difference between revisions of "TDK HVC5xxx"

From SEGGER Wiki
Jump to: navigation, search
(Created page with "Category:Device families The '''TDK Micronas HVC5''' are Cortex-M3 based MCUs. __TOC__ ==Flash Banks== ===Internal Flash=== {| class="seggertable" |- ! Flash Bank !! B...")
 
(Device Specific Handling)
 
Line 21: Line 21:
 
==Device Specific Handling==
 
==Device Specific Handling==
 
===Connect===
 
===Connect===
*A SetupTarget() J-Link script file function is implemented. It disables the watchdog.
+
*A '''SetupTarget()''' J-Link script file function is implemented. It disables the watchdog.
 
===Reset===
 
===Reset===
*The device uses custom reset through ResetTarget() J-Link script file function:
+
*The device uses custom reset through '''ResetTarget()''' J-Link script file function:
 
** A breakpoint is set to the application start PC
 
** A breakpoint is set to the application start PC
 
** Reset is performed through AIRCR SYSRESETREQ
 
** Reset is performed through AIRCR SYSRESETREQ
 
** After reset, the PC breaks at application start
 
** After reset, the PC breaks at application start
*The device uses a AfterResetTarget() J-Link script file function which disables the watchdog.
+
*The device uses a '''AfterResetTarget()''' J-Link script file function which disables the watchdog.

Latest revision as of 15:04, 11 June 2024

The TDK Micronas HVC5 are Cortex-M3 based MCUs.

Flash Banks

Internal Flash

Flash Bank Base address Size J-Link Support
Program flash 0x00200000 Up to 64 KB YES.png
NVR flash 0x00290000 Up to 1 KB YES.png
EEPROM 0x002A0000 Up to 2 KB YES.png

Watchdog Handling

  • The device has a watchdog. It is disabled on connect and after reset.

Device Specific Handling

Connect

  • A SetupTarget() J-Link script file function is implemented. It disables the watchdog.

Reset

  • The device uses custom reset through ResetTarget() J-Link script file function:
    • A breakpoint is set to the application start PC
    • Reset is performed through AIRCR SYSRESETREQ
    • After reset, the PC breaks at application start
  • The device uses a AfterResetTarget() J-Link script file function which disables the watchdog.