This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Bootloader ROM / RAM configurations for chip XXAA

After checking bootloader example from the SDK version 10, I am not able to find appropriate ROM / RAM addresses configurations for 16kb RAM chip. The Bootloader examples use chip version XXAC (32kb RAM) and I would like to know addresses for chip XXAA (16kb RAM).

Here is the configuration for XXAC chip : image description

There is a lot of information regarding the bootloader like this good FAQ or implementation details but nothing about the ROM / RAM addresses. I really doubt about it, but maybe they are always identicals for all chips versions ?

Related