2015-07-02 04:13 AM
Greetings,
I have a problem with my test board. I am using a Spirit1 module on a PCB toghether with a STM32F103 microcontroller, trying to implement a wireless comunication. On the board there are two different oscillators: a 8 MHz quartz oscillator for the microcontroller and a 52 MHz quartz for the Spirit1. The problem is that I found out that the XIN and XOUT pins of the Spirit1 are not connected to the 52 MHz oscillator, so the module stays in READY state after exiting from shutdown. I wanted to know if:- it is possible to configure the low frequency internal oscillator (at 34.7 kHz) of the Spirit1 as the reference clock;- it is possible to eventually generate an external clock coming from the MCU (for example through a PWM) to one of the GPIOs of the Spirit1.Thank you for your attention.2015-07-06 12:42 AM
Hi,
- it is not possible to configure the RC osc as ref clock. Indeed it is a low frequency clock (34.7kHz) and it is not possible use it as a PLL reference.- from GPIO it is only possible to supply the low frequency clock (in replacement of the internal RC) and, as said such reference can't be used as ref.So, I am scared that the only solution is to redo the board or even try to connect the XTAL to the XIN XOUT pins .Best Regards,F.2015-07-07 04:11 AM
I thought so. Thank you for your attention, at least now I cleared all my doubts about it.