2016-12-30 02:13 AM
I am designing a new custom board replicating Sensor Tile.The problem is STM32l476jxx (sensor tile) is not using external crystal for core clock. its uses Bluenrg reset pin on the external clock oscillator input pin (PH0). So shall i shift the reset pin to any another pin or shall i use the internal oscillator. Please suggest...
I have attached a pdf of sensor tile schematic. On page 5, the PH0 is connected to reset of bluenrg.
Please suggest the solution.
#stm32l476jgy6 #oscillator #sensor-tile2016-12-30 03:21 AM
Normally on most STM32L4 there should be MSI feature which enables generation of precise high frequency clock up to 48MHz from 32khz one. Then using PLL it is possible to generate any higher SYSCLK frequencies with high precision (USB FS or OTG)
Remember that PH0 and PH1 are weaker pads than usual as they are designed for optional crystal. They would prefferably be used as digital input. Check out the datasheet.
Good luck!
2016-12-30 03:48 AM
Hi
Arora.Nitish
I have moved your thread to the
where product related questions are posted.Thanks
Oli
2016-12-31 07:26 AM
Yes, as highlighted by Seb, you should not need an external crystal for HSE. Or maybe you can explain us why you would need it ?
2017-01-03 11:14 PM
Thank You Sir.
:)
2017-01-03 11:15 PM