STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32GO with BOOT0 on SWCLK

Hello,I'm currently designing a prototype and due to the short list of functions I need, I felt it could be a good occasion to try STM30G0 series for evaluating power consumption.I choose a STM32G030F ( TSSOP20) and here is what I've seen in the data...

0693W000007ZjbFQAS.jpg
SSchm.5 by Associate III
  • 460 Views
  • 0 replies
  • 0 kudos

stm32f4-disco USART3 st link baudrate switch problem

Dear Sirs or Madames,I have a stm32f4-disco board with an adafruit winc1500 wifi shield. The firmware update and the update of the ssl certificates for the winc1500 are carried out via a serial bridge. While updating I have to switch a few times USAR...

SBolt.1 by Associate
  • 410 Views
  • 0 replies
  • 0 kudos

Independent watchdog timer makes my MCU unstable

Hello,Here is my source code:  void WatchDog(void){   NVIC_InitTypeDef nvicStructure; NVIC_PriorityGroupConfig(NVIC_PriorityGroup_2);   nvicStructure.NVIC_IRQChannel = WWDG_IRQn; nvicStructure.NVIC_IRQChannelPreemptionPriority = 1; nvicSt...

JJohn.3 by Associate II
  • 308 Views
  • 0 replies
  • 0 kudos

I'm about to start embedded programming and have an STM32f103C8T6 ARM-Coretex-M3 board to get started with. I'm also a C++ programmer and want to use that language to program a project to blink the LED of that board as my first embedded task.

Hi all, Apart from the board and two machines (Windows and Linux) I have also an MB-102 breadboard and a bunch of cables in hands. Firstly I wanted to make use of this tutorial for the task above but it's dealing with NUCLEO-L476RG that I lack for th...

Adev.1 by Associate III
  • 759 Views
  • 3 replies
  • 0 kudos