wrongbaud / ghidra-stm32

A Ghidra Loader for STM32 CPUs (WIP)
MIT License
33 stars 6 forks source link

Off-by-one memory block sizes? #5

Open vguttmann opened 12 months ago

vguttmann commented 12 months ago

Unless STMicro has done something truly weird with this chip, all the sizes for the memory-mapped I/O is all a byte too small, with nominally 1kB blocks being 0x3FF, and not 0x400 (like would be expected) long.

vguttmann commented 12 months ago

I'm currently adapting this for work with an STM32G0B1, but after I'm done with that, I'll submit a PR.