I have a generic question that apply to microcontroller programming.
I'm looking to deepen my understanding of how memory register addresses are stored within a program, particularly in c programming scenarios.
Let's say we have PORT1 which has register address 0x01, TMR1 which has register address 0x02, so I believe these addresses must be stored in a memory map or memory layout.
I'm looking to deepen my understanding of how memory register addresses are stored within a program, particularly in c programming scenarios.
Let's say we have PORT1 which has register address 0x01, TMR1 which has register address 0x02, so I believe these addresses must be stored in a memory map or memory layout.