diff options
| author | Roman Lim <[email protected]> | 2025-09-24 13:52:58 +0200 |
|---|---|---|
| committer | Roman Lim <[email protected]> | 2025-12-09 18:56:03 +0100 |
| commit | ac764a85a1287b9ca921352aa1fd21c78ffa0312 (patch) | |
| tree | 5b89a8e34e42a8f2c75dfd6e516e873662fe9dcc /examples/stm32h723 | |
| parent | 23623d634b88da7bc398f092ac4ab9e571c6e6e1 (diff) | |
allow again to set nodiv independently of master clock divider
Diffstat (limited to 'examples/stm32h723')
| -rw-r--r-- | examples/stm32h723/src/bin/spdifrx.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/stm32h723/src/bin/spdifrx.rs b/examples/stm32h723/src/bin/spdifrx.rs index 5c29602c6..959e2aa18 100644 --- a/examples/stm32h723/src/bin/spdifrx.rs +++ b/examples/stm32h723/src/bin/spdifrx.rs | |||
| @@ -168,7 +168,6 @@ fn new_sai_transmitter<'d>( | |||
| 168 | sai_config.slot_enable = 0xFFFF; // All slots | 168 | sai_config.slot_enable = 0xFFFF; // All slots |
| 169 | sai_config.data_size = sai::DataSize::Data32; | 169 | sai_config.data_size = sai::DataSize::Data32; |
| 170 | sai_config.frame_length = (CHANNEL_COUNT * 32) as u16; | 170 | sai_config.frame_length = (CHANNEL_COUNT * 32) as u16; |
| 171 | sai_config.master_clock_divider = None; | ||
| 172 | 171 | ||
| 173 | let (sub_block_tx, _) = hal::sai::split_subblocks(sai); | 172 | let (sub_block_tx, _) = hal::sai::split_subblocks(sai); |
| 174 | Sai::new_asynchronous(sub_block_tx, sck, sd, fs, dma, buf, sai_config) | 173 | Sai::new_asynchronous(sub_block_tx, sck, sd, fs, dma, buf, sai_config) |
