pyocd / pyOCD

Open source Python library for programming and debugging Arm Cortex-M microcontrollers
https://pyocd.io
Apache License 2.0
1.08k stars 472 forks source link

add support for EG6832 mcu #1664

Open microcai opened 5 months ago

microcai commented 5 months ago

EG6832 is made by EGmicro.com. this little MCU has 8k sram +64k flash. flash is located at 0x00000000 rather than 0x8000000 :)

must first use pyocd erase -t eg6832 --chip, then pyocd load -t eg6832 xxx.hex

now tested by the eval board selled at EG6832 eval board

microcai commented 5 months ago

why these checks are not run?

ithinuel commented 4 hours ago

This is a good question, I'm trying to understand that. (thank you for leaving this message as it helps track when it started to fail).