bootloader.rom.ld 478 B

1234567891011121314
  1. /*
  2. * ESP32S2 ROM address table
  3. * Generated for ROM with MD5sum: f054d40c5f6b9207d3827460a6f5748c
  4. */
  5. PROVIDE ( ets_update_cpu_frequency = 0x4000d954 );
  6. /* ToDo: Following address may need modification */
  7. PROVIDE ( MD5Final = 0x400056e8 );
  8. PROVIDE ( MD5Init = 0x40005648 );
  9. PROVIDE ( MD5Update = 0x40005668 );
  10. /* bootloader will use following functions from xtensa hal library */
  11. xthal_get_ccount = 0x40015cbc;
  12. xthal_get_ccompare = 0x40015ce8;
  13. xthal_set_ccompare = 0x40015cc4;