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

Jumping to IAP code issue

Hi,I am facing some issues while jumping from main application to the last locations(0x0801C000) of the flash memory, where IAP application (customized) is located.The controller used is STM32F072.(128kb flash,Cortex-M0).The main application code pl...

JK.4 by Associate II
  • 1532 Views
  • 7 replies
  • 0 kudos

Resolved! wake from WFI and *immediately* execute my code ??

__WFI works beauty. But I want more. Behold:void vApplicationIdleHook() { __WFI(); my_own_code(); // on wake, this will be executed *after* the intr handler :( }Upon every wake from WFI, I want to execute my own code immediately: ie. bef...

Goof Ball by Associate III
  • 1436 Views
  • 3 replies
  • 0 kudos

How to access global C variables in html code?

I hope this question is not off topic.I have a board running httpd using a STM32F407. The web server is running CGI and SSI. The cgi file is named index.shtml and is called when the browser first accesses the website.In the SSI part of the code I pop...

STM32L4R9I-EVAL with Memory-Mapped NOR Flash

Hello!I am trying to use the NOR flash module on the STM32L4R9I-EVAl board. I've been able to use the ST-provided example without issue, but in trying to build a project through CubeIDE, I've run into an intermittent fault. Sporadically, my writes to...

0693W000001qYXHQA2.png 0693W000001qYXCQA2.png
Octo by Associate
  • 626 Views
  • 0 replies
  • 0 kudos

Is this a normal level of noise to see for I2S with DMA?

I'm getting a lot of noise from my STM32 design, which is just supposed to be direct line-in/out I2S with DMA.I'm feeding in a 440Hz sine wave to my CS5343 A/D converter:And this is the output I'm seeing from my CS4344 D/A converter:If I zoom out a b...

0693W000001qSuUQAU.jpg 0693W000001qSutQAE.jpg 0693W000001qSv8QAE.jpg
NNagy.1 by Senior
  • 982 Views
  • 5 replies
  • 0 kudos

Stm32F103C8T6 Custom board problems

Hi, i have some rather strange problems with my custom with an STM32F103C8 mcu on it. It is programmed via an Nucleo ST Link v2/1 and it works fine most of the time. I can load some test sketches on it via Platform IO or STM32CubeIde. But after a fe...

0693W000001qYL6QAM.png 0693W000001qYL1QAM.png
TMaie.1 by Associate II
  • 532 Views
  • 1 replies
  • 0 kudos

Does STM32 has "pulse counter register"?

Hi, anyone know there is a register that can count the pulse directly on STM32H7?I know there is a timer in capture mode, it can generate interrupt when detected edge high or low. But this counter does count the period time only, does not count how m...

Dat Tran by Senior II
  • 491 Views
  • 2 replies
  • 0 kudos

Unity Test Framework Usage

Hi,I wanna use Unity test framework so i cloned from github Unity files. And added my STM32CubeIDE project. And write a simple code for test but i failed when i try build project. Is there anyone know how can i implement unity and use this framework?...

fyazı.1 by Associate II
  • 1045 Views
  • 1 replies
  • 0 kudos

Resolved! Problem reading gpio pins in parallel from multiple eeproms.

Im trying to write to and read data from 10 eeproms in parallel. I first transmit the data in parallel to all the eeproms via spi, I then read data in parallel by first transmitting the address of data stored in the eeprom and then transmitting dummy...

0693W000001qVfmQAE.jpg 0693W000001qVKyQAM.jpg 0693W000001qVKjQAM.png
TSa.1 by Associate II
  • 2102 Views
  • 13 replies
  • 0 kudos