Hi All,
I am working on M0 based microcontroller firmware development. I wanted to know following information:
Scenario - Masked ROM will be used for storing library routines and low level device driver. Flash memory will be used for application. Flash memory will be around 4KB. Application will call library functions available into Masked ROM
Queries:
1. With respect to firmware, how the functions available into masked ROM will get linked to application available into flash.
2. If suppose I call function EEPROM_Read(Source_address, no. of bytes, destination_address) which is stored into masked ROM, how it gets linked?
I want to understand this concept of having library functions into Masked ROM and its usage into application flash.
Request you to share controller details with software / API user guide, which are using above techniques so that i can study it and understand its concept w.r.t. firmware development.
Thanks in advance.
Tushar
Thanks in advance.