Author Topic: Micronucleus V2.02 firmware BOOTLOADER_ADDRESS  (Read 2749 times)

DannyBoy

  • Newbie
  • *
  • Posts: 1
Micronucleus V2.02 firmware BOOTLOADER_ADDRESS
« on: August 29, 2015, 10:25:57 am »
I am trying to create jumper firmware V2.02.
I was studying configuration of releases in GitHub repository (https://github.com/micronucleus/micronucleus/blob/master/firmware/configuration/t85_default/Makefile.inc),
trying to learn how to calculate bootloader address.
It seems to me that the address for default t85 firmware starts one page (64B) too early.
Bootloader address in the configuration is 1980, but i got 19C0 ("data" size was 1592).
Am I doing something wrong?