2023-07-15 01:53 AM
Hello All
I have a cutom board. I am working on STM32WB55VGQ6(BGA129).
2 crystals(32.768KHz, 38MHz) output waves are not coming.
I checked waveform by using an oscilloscope and OSC-IN/OUT pins are ground level(0V)
Voltage conditions all 3.3V : VDD, VDDUSB, VDDRF, VDDA, VDDSMPS
Crystal part# : FW384WFIN1, AGS05-32.768KHZ-6T
Expers please help me.
2023-07-15 02:00 AM
did you set the lse+hse in Cube ? and flash this program then ?
otherwise cpu running on internal clock only.
2023-07-15 03:10 AM
I'm using WB55 but WB55 use 32 MHz, Not 38 MHz. you need to check spec whether 38 MHz is correct.
You can check whether clock is correctly implanted to microcontroller following this example that company provided.
2023-07-15 05:24 AM
Hi KKIM
Thank you for fast response.
STM32WB55 supports 64MHz.
I'd changed 16MHz OSC it still not working
2023-07-15 05:29 AM
Hi AScha.3
Thank you for response.
I'd tried connect to my board with STM32cube but STM32cube can not access my board.
2023-07-15 07:18 AM
StLink pinout? What is your cube ? IDE or Programmer sw?
2023-07-16 06:39 AM
so this is first problem, you have to care about.
without loading a program - no external clocks running.
+ connect with...stlinkV2 ? or how to..? and boot pin at gnd ? or try bootloader ?
2023-07-16 06:15 PM
Hi MM
Thank you for response.
I'm using STM32CubeIDE(ver 1.13) and microUSB 5pin cable, not use STlink.
2023-07-16 06:22 PM
Hi AScha.3
Thank you for your interest.
I'm not using STlink, connect with microUSB 5pin cable.
Boot pin is connected at GND.
2023-07-17 09:26 AM
Your choiced bootloader load isnt native suppoerted in IDE. You need handle load sw manualy or over script. Too you cant debug with this setup. Why you choice this?