2018-02-27 04:12 AM
Hi All
i will use STM32l432KBU6 5x5 package
So please suggest me how much value external crystal use for main clock.
Regards
Nitin
#stm32l432 #stm32-l42018-02-27 04:55 AM
Surely that's up to you to choose - in accordance with your project requirements?
2018-02-27 05:57 AM
if i use 32.678khz is it ok?
2018-02-27 06:01 AM
If it meets
your project requirements, then yes.
2018-02-27 06:15 AM
i put
32.678khz in my custom hardware
scenario is my hardware is connect to st link v2 debugger
i generate code trough Cubemax and open in keil 5
Debugger is is deted in keil
But Code is not running.
.
2018-02-27 06:38 AM
I probably would have chosen 32.768 KHz it is more of a standard value, of course one would also need to pay attention to whether it was a 6, 9 or 12pF version too, and picked the right capacitors.
The L4 should run just fine of the internal MSI at 4 MHz, you should perhaps try doing that first.
Also the ST-LINK firmware looks to be super old, consider updating that.
Do you have a schematic and component values for this custom board? It might be easier than this guess what's not working game.
2018-02-27 06:46 AM
Hi Dear
Thanks for Reply me
please find schismatic of controller broad
give me answer ASAP
2018-02-27 07:05 AM
ASAP only works if you're paying the freight costs.
The 12pF C8/C9 seems awfully high, do you have the specs for the crystal you chose and the computations from the STM32 Crystal App note to support that choice?
The STM32's generally do a lot better with 32.768 KHz 6-7pF crystals, and a pair of 2.7pF caps, but that's usually off the OSC32 pins.
I would also pull BOOT0/PH3 low, with perhaps a 10K or 47K
Again make a project using the MSI clock the part starts with and get that working, then move to the crystal reviewing the code that starts it, making sure it starts, and exporting it via the MCO pin so you can confirm it is oscillating properly.
2018-02-27 10:50 PM
is there any document which describe for
'
pull BOOT0/PH3 low'.please share the document.
your suggested option is not mention in datasheet.can u please share.