STM32WB55 external clocks(32.768KHz, 38MHz) not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-07-15 1: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.
- Labels:
-
STM32WB series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-07-15 2:00 AM
did you set the lse+hse in Cube ? and flash this program then ?
otherwise cpu running on internal clock only.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-07-15 3: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-07-15 5:24 AM
Hi KKIM
Thank you for fast response.
STM32WB55 supports 64MHz.
I'd changed 16MHz OSC it still not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-07-15 5: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-07-15 7:18 AM
StLink pinout? What is your cube ? IDE or Programmer sw?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-07-16 6: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 ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-07-16 6:15 PM
Hi MM
Thank you for response.
I'm using STM32CubeIDE(ver 1.13) and microUSB 5pin cable, not use STlink.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-07-16 6: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-07-17 9: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?
