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

STOP2, STM32L4, DWT issue

I'm using STOP2 with ChibIOS in an extremely low-power device. ChibiOS uses the DWT counter in a few places to have a predictable delay -- a relatively common "trick". The issue is that when entering STOP2 the debug unit is powered down which, if ...

Geoffrey1 by Associate III
  • 486 Views
  • 0 replies
  • 0 kudos

Resolved! Debugger throws error at some breakpoints

I'm trying to debug an application running on a STM32F722 on a custom board. Right now I'm using Atollic TrueStudio and (an original) J-Link EDU.Flashing works totally fine, but when I try to debug, the debugger will throw an error when hitting some ...

Virtual EEPROM Linker Script Adjustments

Hi,I have some problems with setting up the virtual EEPROM on an stm32f405vgt6. I did not adjust the linker script and run into a hard fault. What I found out is, that the memory region of the flash, which I wanted to use for the virtual EEPROM, is ...

HL?�t by Associate II
  • 990 Views
  • 2 replies
  • 0 kudos

I would like to ask about the stm32f103c8t6 mircocontroller. I am using this mircocontroller to program a drone using arduino.

I using bluetooth to control the drone by sending single character. But when i press the button on my phone, they is nothing happen on the drone. So, i think that my arduino coding is not complete yet.....Below is my coding:#define M1_PIN   PA8#defin...

Tan Wen by Associate
  • 602 Views
  • 2 replies
  • 0 kudos

Hi I am beginner

I need a good tutorial how to start. It is first time for me to setup this SW.I have used Stm32f429 before with Keil uVision5.I don't know which SW required for my first model.I have setup waijung17_03a and it is appeared as a Simulink library.Thanks...

Hi I am beginner .

I need a STM32F407VG kit. But i cant buy it in terms of money . I am 22 . My income does not meet my families need. That is why i write it here. It is also hard to me write here to ask for STM32F407VG microcontroller . If someone can buy it to me i ...

STM32F769 using both USB-HS and USB-FS in CDC (DUAL USB)

Hi,I need to use both USB-HS ( with external PHY USB3300) and FS in the same time (not exacly), but both have to be open as CDC at the same time. I try to use HAL, but when I add second USB, Windows doesnt recognize USB device.Do you have working exa...

embvis by Associate III
  • 1133 Views
  • 2 replies
  • 0 kudos

eeprom not working

#include <built_in.h>unsigned long buff[32];unsigned long i, tmp,j;unsigned long Address = 0x08008000;unsigned long Address2 =0x08000000;unsigned long* ptr;void main() { GPIO_Digital_Output(&GPIOB_BASE, _GPIO_PINMASK_ALL);  // digital output PORTB pt...

Cshah by Associate
  • 584 Views
  • 1 replies
  • 0 kudos