STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Fail to make own STM32 board

Posted on August 23, 2011 at 05:28Dear all,Sorry, I am a newbie on STM32 microcontroller.Yesterday I have made my own STM32F103RBT6 board. I use L1117-3.3 as my 3,3 volt regulator. The external components are Crystalls, capacitors for crystall, supp...

sragen by Associate II
  • 5412 Views
  • 27 replies
  • 0 kudos

STM32CubeMX won't enable CAN or HSE with the STM32F042G6U6

I am trying to use CAN on the STM32F042G6U6 - with the 28UFQFPN package. I don't see anything in the datasheet saying these features won't work but the STM32CubeMX will not allow them to be enabled unless I change to a larger package. Should CAN an...

JHaml by Associate II
  • 959 Views
  • 4 replies
  • 0 kudos

STM32 break function problem

Hi,I am using STM32F030C8T6 for a BLDC driver. The driver has the short circuit protection. We use TIM1’s break function to realize it.Now we get some strange waveform: Sometimes, when a break trig occurs, CHx output become low immediately. If it wor...

jhuan.1 by Associate
  • 586 Views
  • 0 replies
  • 0 kudos

STM32L072CZ. NVM programming example project crashes.

Project based on "01_NVMEraseProg" from the "STM32L0xx_Snippets_Package_V1.2.0" crashes.Below is a source code to erase/write 100 flash pages. Code crashes 9 time out of 10.int main(void){   uint32_t addr; error = 0; SysTick_Config(2000); /* 1ms con...