STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

USE MCU LIKE PL2303A

Hi everyone!How can i use my MCU STM32F407IG like a PL2303 FTDI. Like basically how can i use my mcu as a usb to uart converter? I already worked with the usb device cdc example and i send data to uart tx everything is fine an working but somehow wha...

arduo by Senior
  • 532 Views
  • 6 replies
  • 0 kudos

No Space in execution region with .ANY

Hi,I am working for an project with STM32L496 target board. When i tried building the project, i got the error saying,ERROR: L6406E : No Space in execution region with .ANY main.o(.bss).I am trying to use full SRAM memory present(320KB) for the globa...

rsoma by Associate II
  • 1550 Views
  • 6 replies
  • 0 kudos

How to connect the bankselect pin to SDRAM device.

hello! i am using stm32f429 mcu ,i want to add a sdram as the main RAM.My sdram detail informatin,512K Words x 16 Bits x 2 Banks.i donn't know how to connect the pin which connect to sdram and control the internal bank of sdram to the sdram.s...

jxued by Associate
  • 208 Views
  • 0 replies
  • 0 kudos

How to sync trueStudio settings?

Here is the situation, there are 2 developers. Both developers download the code from the repository and issue a build & debug cycle.Test_functions is an array of function pointers. In the debug session, Test_functions has different values (given in ...

0690X000006DDSAQA4.png 0690X000006DDSFQA4.png
rtursen by Associate II
  • 231 Views
  • 0 replies
  • 0 kudos

Debugging a hard fault on STM32F405RG

Hello,I'm having a hard time debugging a hard fault I'm experiencing.The hard fault occurs in the handler of external interrupt. Here's it's code:extern "C" { void EXTI2_IRQHandler(void) { static uint32_t last_sample_time = 0; if (EXTI_GetITS...

balkers by Associate II
  • 695 Views
  • 5 replies
  • 0 kudos