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

Solved a problem in the memory map: the IMU and ADC modules had ovrlapped memory regions.

parent 5cd2c4a2
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@
#define RAM_IMU_MM_BASE_ADDRESS ((unsigned short int)0x0188)
/* ADC */
#define RAM_ADC_DMA_BASE_ADDRESS ((unsigned short int)0x0193)
#define RAM_ADC_DMA_BASE_ADDRESS ((unsigned short int)0x0197)
#define EEPROM_ADC_DMA_BASE_ADDRESS ((unsigned short int)0x000F)
/* EEPROM default values */
......
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