Hi,
I need to provide a clock signal of 4.9152 MHz to an external ADC.
Can the NORA-B106 module (that integrate a nRF5340) supply that signal by the Application Core M33?
References?
Many Thanks for your support
Hi,
I need to provide a clock signal of 4.9152 MHz to an external ADC.
Can the NORA-B106 module (that integrate a nRF5340) supply that signal by the Application Core M33?
References?
Many Thanks for your support
Hello,
I have not done any calculations on this myself, but I guess the closest you could get would be to use the Audio PLL of the I2S peripheral: https://infocenter.nordicsemi.com/topic/ps_nrf5340/i2s.html#concept_ezd_bqy_vr
Though you will be "wasting" a few pins by using the I2S peripheral, since the I2S peripheral will use some pins for the other I2S pins at the same time, and you will to setup and configure the I2S peripheral even if you are indirectly only want the MCK.
Kenneth
Hello,
I have not done any calculations on this myself, but I guess the closest you could get would be to use the Audio PLL of the I2S peripheral: https://infocenter.nordicsemi.com/topic/ps_nrf5340/i2s.html#concept_ezd_bqy_vr
Though you will be "wasting" a few pins by using the I2S peripheral, since the I2S peripheral will use some pins for the other I2S pins at the same time, and you will to setup and configure the I2S peripheral even if you are indirectly only want the MCK.
Kenneth
Hi,
The idea to generate the 4.9152MHz clock by using the MCLK of a I2S interface is a good idea... but...
Actually the pins (P0.08, P0.09, P0.10, P0.11 & P0.12 of the NORA-B106 are filled by with a SPI interface (the schematic is in design phase therefore it's not mandatory to keep the design fixed) to an ADC. If I don't remember bad, the SPI, the I2C, the UART, The PDM, the NFC, the PWM and so on... shares the pins with the I2S interface .
Also we have a QSPI iface free ... maybe I can substitute the SPI with the QSPI to connect toghether the BLE Module and the ADC and configure the (now) free SPI as I2S to implement your suggested solution?
Looking the UBLOX NORA DS (UBX-20027119 - R10 C1 Public, pag 17/46 & CHAPTER 3 PAG 22/46) I was not able to find the I2S's pin location? Where are them defined? where I can fint the doc to understand exactly how to connect the module to the other circuitries?
Many thanks for your support,
Have a nice day & Best Regards
0x00 said:If I don't remember bad, the SPI, the I2C, the UART, The PDM, the NFC, the PWM and so on... shares the pins with the I2S interface .
There is no such requirement by the nRF5340 IC, and in this case you don't even need to route most of the I2S pins out of from the pins either (since you only want the MCK pin), so I don't see why this should be a problem.
https://infocenter.nordicsemi.com/topic/ps_nrf5340/chapters/pin.html
https://infocenter.nordicsemi.com/topic/ps_nrf5340/i2s.html#concept_uyv_try_vr
Best regards,
Kenneth
Hi,
If I understood well the following schematic crunk should be correct.
Many Thanks for your support,
Best Regards
So it looks to me that you plan to use P0.17 as MCK? I don't see any problem with that.
Kenneth
OK also to me seems ok!
Bye bye & many thanks for your kind support