mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
4c0d6f8f7d
For super low symbol rates the auxiliary clock (ACLK) is used to conserve power. But with only 32,678 Hz clock just prescaling will result in poor bit timing, hence correct modulation control settings to compensate are needed. Since computing this is too expensive, a look-up table (as switch statement) for the four most common symbol rates was used. The datasheet gave the prescaler values ordered by ascending symbol rate, the switch statement was ordered descending. This changes the order to match the datasheets order and matches the correct prescaler setting to the corresponding symbol rate. Fixes https://github.com/RIOT-OS/RIOT/issues/20620 |
||
---|---|---|
.. | ||
include | ||
kconfigs | ||
ldscripts | ||
periph | ||
vendor | ||
clock.c | ||
cpu.c | ||
doc.txt | ||
irq.c | ||
Kconfig | ||
Makefile | ||
Makefile.dep | ||
Makefile.features | ||
Makefile.include | ||
msp430-main.c | ||
mspgcc-supplement.c | ||
startup.c |