How does AHB Prescaler value fill? const uint8_t AHBPrescTable[16] = {0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 3, 4, 6, 7, 8, 9};
I want to know what kind of value we fill in this and what affects the AHB Bus please make me understand.
const uint8_t AHBPrescTable[16] = {0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 3, 4, 6, 7, 8, 9};
I tried to find out but only figured out the value of 1 to 9 it is the Prescaler value. and the rest of Zeros why we use it and what it the work of them.