Forum Posts
Resolved! Are STM32F103RBT6 and the "microcontroller used in 511-NUCLEO-F103RB" is same?
I want to know the difference between the microcontroller used in the 511-NUCLEO-F103RB and the normal microcontroller(Raw chip). is there any difference in the bootloader or any package change?
Looking for STM32F103X STM32F103RCT6 Microcontroller Development Board specific documentation (board schematic, installing the bootloader (if even necessary), programming instructions for the board).
Scoured the internet for past few days and found lots of general STM32 information but nothing for this specific development board . Any help would be appreciated.
Resolved! STM32F429IGT6's RTC Hardware Design
Hi Sir,We want to use STM32F429IGT6's internal RTC, so we connect pin 6 to backup battery, and add a 32.768K crystal to pin8 pin9, Are there any additional details I missed?
Resolved! What is value od HSE on nucleo L432KC?
Hi, what is the value of HSE on nucleo nano board stm32l432kc ?https://www.st.com/en/evaluation-tools/nucleo-l432kc.html#overviewFuture : 24MHz crystallBut when I initialize default settings in cubemx it sets HSE as 8 MHz.Cant find value of HSE...
Wi-Fi support and/or best practice for new board-design?
Hi!I basically have two questions:Regrettably, there are no STM32 MCU:s that comes with built in Wi-Fi support and I am curious to fund out the reason for this? Perhaps any new products in the pipe? The need for new IoT applications must by huge thes...
Resolved! ST-LINK V2 Programmer NOT working for STM32G0B1KET6N
ST-LINK V2 Programmer NOT working for STM32G0B1KET6NKindly help me to upload the programHere i attached the schematic for your reference.
Resolved! Where to source a 5.08mm lead pitch crystal for Nucleo-64 board
I am finding it difficult to source an external crystal for the Nucleo-64 board (The F103RB). The footprint for the X3 crystal calls for a lead pitch of 5.08mm however this seems to be very uncommon. Most of the crystals out there specifiy a lead pit...
Resolved! Getting STM32L152C6U6A to act as an USB Device
Hi people and experts,Andi speaking. I am fairly new to designing PCBs with the STM32 family and of course it didn't took me long to run into my first problems :D My latest project includes a STM32L152C6U6A. Flashing the PCB, running the first hello ...
Resolved! STM32F730R8T6 USB HS init fail
I've a stm32f730r8t6 core board, I need to use stm32 as USB HS device, looks like STM32CubeMX generate the code have bugs.If using USB_FS is working fine but USB_HS is not.I've traced the code failed at USB_CoreReset.static HAL_StatusTypeDef USB_Core...