diff options
author | I. Tomita <ziceva@me.com> | 2023-10-19 12:54:37 +0300 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2025-01-23 15:39:32 +1100 |
commit | c69f0e4eeeb1058ac4a4b1b5b5d1896371e0ecd2 (patch) | |
tree | 5bcfc0af0adde60f46dc275c6aed28a016f91aeb /py/parsenum.c | |
parent | 70b95d8f9314ebcddee15e5ac2f4bdb03143846d (diff) | |
download | micropython-c69f0e4eeeb1058ac4a4b1b5b5d1896371e0ecd2.tar.gz micropython-c69f0e4eeeb1058ac4a4b1b5b5d1896371e0ecd2.zip |
samd/samd_qspiflash: Correct QSPI baud calculation.
The QSPI baud is derived from the AHB clock, not from the APB (peripheral)
clock.
Datasheet: The QSPI Baud rate clock is generated by dividing the module
clock (CLK_QSPI_AHB) by a value between 1 and 255.
As previously implemented, all baudrates are 2.5 times greater than
expected.
Signed-off-by: I. Tomita <ziceva@me.com>
Diffstat (limited to 'py/parsenum.c')
0 files changed, 0 insertions, 0 deletions