Closed tstana closed 5 years ago
The NVM base address is defined in multiple places:
./main.c:21:#define nvm_mem_addr 0x60000000 ./mem_mgmt/mem_mgmt.h:25:#define nvm_addr 0x60000000u
Advise removing the first of these two.
Also take note of #13 - rename the #define to contain all-caps.
#define
The NVM base address is defined in multiple places:
Advise removing the first of these two.
Also take note of #13 - rename the
#define
to contain all-caps.