Dear Forum,
I use the APB and the register 0x4002500, no issues. I set up everything in the 4002.5 and add the correct offsets.
I am running into an issue when I use the 0x4005D000 register for portF. It does not work. I set up the register with the same offsets as the APB and nada. I can not even blink an LED.
#define GPIO_PORTF_DATA_R (*((volatile unsigned long *)0x400253FC)) // VS #define GPIO_PORTF_DATA_R (*((volatile unsigned long *)0x4005D3FC))
I have the other registers set up as well and I follow the datasheet. I do get the APB to run, but not the AHB.
Any suggestions?
Thanks in advance.
/Ruslan