Skip to content
Snippets Groups Projects
Commit 946b66c5 authored by Sergi Hernandez's avatar Sergi Hernandez
Browse files

Modified the eeprom base address of the ADC module to avoid overlapping other modules.

parent 31ed6685
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@
/* ADC */
#define RAM_ADC_DMA_BASE_ADDRESS ((unsigned short int)0x0193)
#define EEPROM_ADC_DMA_BASE_ADDRESS ((unsigned short int)0x0007)
#define EEPROM_ADC_DMA_BASE_ADDRESS ((unsigned short int)0x000F)
/* EEPROM default values */
/* Dynamixel slave */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment