Use default NVM base address in the AVRISP programmer project in case the host programmer software doesn't set it correctly.
This commit is contained in:
parent
4f74075fad
commit
461607020c
3 changed files with 6 additions and 5 deletions
|
@ -38,7 +38,7 @@
|
|||
|
||||
#if defined(ENABLE_PDI_PROTOCOL) || defined(__DOXYGEN__)
|
||||
/** Base absolute address for the target's NVM controller */
|
||||
uint32_t XPROG_Param_NVMBase;
|
||||
uint32_t XPROG_Param_NVMBase = 0x010001C0;
|
||||
|
||||
/** Size in bytes of the target's EEPROM page */
|
||||
uint32_t XPROG_Param_EEPageSize;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue