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

stm32f030cct6 / stm32f09xx family issue

Posted on February 01, 2018 at 11:50Hello,I am already using stm32f030c8t6 in various projects. And for larger flash controller i decided to opt for stm32f030cct6.when i read my target device having stm32f030cct6(printed on IC), it responds the mess...

How do I choose which development toolset to use?

Posted on February 01, 2018 at 17:40Just getting into STM32 programming and am bewildered by number of development tools, so many of which seem mutually exclusive.  Is there some sort of roadmap, guide to selection of tools?  Does STM32CubeProgramme...

Jack Juni by Associate II
  • 2028 Views
  • 11 replies
  • 0 kudos

Understanding STM32F0 GPIO Interruts

Posted on February 02, 2018 at 22:35Not sure if I understood the GPIO interrupt structure of the STM32F0 family correct.I can select either i.e. PA0 or PB0 as interrupt source but not both at the same time?

HAL & SPL coexistence

Posted on February 02, 2018 at 23:15Hello,I have a piece of code using STM32F103VE FSMC based on SPL and have some problem with porting it to HAL.It seems that the FSMC HAL structure is slightly different than the SPL - at least quick comparison doe...

Resolved! FDCAN STM32H743ZI-NUCLEO TX

Posted on February 02, 2018 at 12:34Hi all,I am trying to make a simple CAN test program to send 8 bytes data. It seems like it is sending data (from the code point of view) but when I look with a scope. The TX line goes down for a few �S, then go b...

ab val by Associate III
  • 1727 Views
  • 6 replies
  • 0 kudos

Resolved! IWDG (Watchdog) Enable on STM32

Posted on February 02, 2018 at 09:21Hi everybody,i'm tryng to configure the IWDG but it doesn't work. i didn't find the enable bit, is there?Can you help me?I post my code herevoid wdt_enable(void){ RCC -> CSR = RCC -> CSR | 0x00000001; //Enable LSI...

Resolved! Maybe error in CubeMX STM32F318C8

Posted on September 20, 2017 at 17:34Hello I find ''minor discrepancy'' between datasheet and CumeMX, alee last releas.In DS is NPOR pin on position 20 LQFP48 and in CubeMX in position 43.  and in DS is on 43 P7B and in CubeMX PB2 on 20 .

0690X00000608JAQAY.png
asrock70 by Associate II
  • 597 Views
  • 2 replies
  • 0 kudos

STM32F437 IAP Option Byte programming failure

Posted on February 02, 2018 at 15:08So I have an STM32F437VG processor and I want to change the BOR level to 0 in the Option bytes (leaving all others at their factory defaults). I intend to do this via a one-time change in early startup via the fol...

andrew by Associate II
  • 382 Views
  • 0 replies
  • 0 kudos

Problem with ADC in STM32L476RGTx

Posted on February 02, 2018 at 09:45Currently I am working in an application using  STM32 controller.I am facing one issue.I am using 2 ADC's which are working for the first time right after flashing.     We use the independent MCU PCB(STM32-L476RGT...