mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-01 11:06:30 -04:00
Increase SSP timing margin for MAX2839 registers (#1632)
This commit is contained in:
parent
efa0e270ad
commit
0f1708d8fd
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ static constexpr SPIConfig ssp_config_max283x = {
|
||||||
.ssport = gpio_max283x_select.port(),
|
.ssport = gpio_max283x_select.port(),
|
||||||
.sspad = gpio_max283x_select.pad(),
|
.sspad = gpio_max283x_select.pad(),
|
||||||
.cr0 =
|
.cr0 =
|
||||||
CR0_CLOCKRATE(ssp_scr(ssp1_pclk_f, ssp1_cpsr, max283x_spi_f) + 1) | CR0_FRFSPI | CR0_DSS16BIT,
|
CR0_CLOCKRATE(ssp_scr(ssp1_pclk_f, ssp1_cpsr, max283x_spi_f) + 3) | CR0_FRFSPI | CR0_DSS16BIT,
|
||||||
.cpsr = ssp1_cpsr,
|
.cpsr = ssp1_cpsr,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue