Can someone break down this line of code for me? #define TIM1_PSCRH (*(volatile uint8_t *)0x5260)
Posted on January 23, 2018 at 23:47&sharpdefine TIM1_PSCRH (*(volatile uint8_t *)0x5260)I understand that now when I set TIM1_PSCRH = <some 8 bit value> that the Timer 1 Prescaler High Byte register will be set because it is located at address 0x526...