STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Sync DAC output and ADC reading

Posted on June 20, 2018 at 00:32Hello,I have an application where I am using the DAC output to generate a signal which runs through a circuit and is read back on the ADC.  The issue I am struggling with is how to control the ADC sampling so that it ...

Whole screen version of Applications\LibJPEG example?

Posted on June 11, 2018 at 22:16I have 746 Discovery board, I want to show whole screen JPG images with it. Applications\LibJPEG example only shows partial screen and it crashes with larger.Do you know how to use larger images with the board. There ...

LMI2 by Lead
  • 398 Views
  • 3 replies
  • 0 kudos

booting from bank 2 of STM32F4x9_eval

Posted on October 24, 2013 at 19:44I run a program fine on bank 1. Then programmed BFB2 to 1. (BOOT0 = 0).Compile Blinky to 0x08100000 and load it. Checked the flash by stlink-util and see0000: 20000468 081001c1.Those are correspondent to the .map f...

0690X00000602q3QAA.jpg 0690X00000602q4QAA.jpg
tonyyu by Associate II
  • 1515 Views
  • 12 replies
  • 0 kudos

USART Rx interrupt NOT Work

Posted on October 17, 2017 at 18:03 I tested three devices all day long today. All devices are connected to the USART, but the incoming interrupt does not work at all. A program that connects the Lo Ra modules, GPS modules, and wifi mod...

0690X00000608eIQAQ.png

RTC drift

Posted on June 08, 2018 at 21:35 I am Using the #RTC #M41T94 for keeping time on my project.Have noticed on multiple occasions that there is a significant #drift in the time keeping. Have reviewed the datasheet multiple times to check if my schemat...

Hard Fault error while using NEW operator in cpp

Posted on June 19, 2018 at 12:10Hi All,   I'm working on STM32L4 MCU  in CPP project(cubeMX code that c code i convert to cpp), i have one doubt in NEW operator,  i  create array of pointer object  and i build code no error but while debugging i got...