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

stm32f769-Disco stm32cubemx configuration for LCD

Posted on March 16, 2017 at 13:19Hello,i am trying to use stm32cubemx for a stm32f769-disco board, got a blinky to run with rtos,but now how do i configure stm32cubemx to get the lcd/touch initialized/running? many thanks for any help!terter

STM32F303 Analog Comparator PINOUT

Hello!I is allowed to use the same PIN for the COMP and the ADC?I use the analog comparator as fast and software free PWM break input and I would like the measure the input with a ADC. I have tried it out and it was working. There was a small distort...

T B by Associate II
  • 342 Views
  • 0 replies
  • 0 kudos

STM32L0 stop mode using low power timer

I'm trying to stop the processor for 9s and run for 1s using the low power timer. All my attempts have failed and I can't get it to work. Once its running it needs to switch ON the LED, transmit a packet and wait for few seconds for commands from a L...

Ash G by Associate II
  • 440 Views
  • 0 replies
  • 0 kudos

F4 Discovery DISCO board

Hi, we have just purchased a STM32F4 Discovery board, and have been trying all day to run one sample application. Everything seems to compile, download and run but there is no action. We have read the AN3997 is very vague and confusing.We have no ide...

FDixo by Associate III
  • 970 Views
  • 6 replies
  • 0 kudos

STM32H743 FLASH problem

Posted on June 02, 2018 at 09:37X:\STMicroelectronics\STM32Cube\Repository\STM32Cube_FW_H7_V1.2.0\Projects\STM32H743I_EVAL\Applications\IAP\IAP_MainIsn't function HAL_FLASH_Lock() supposed to be in position 2?

0690X0000060L4vQAE.png
one V by Associate III
  • 1157 Views
  • 8 replies
  • 0 kudos

How does the map file work?

Greetings! I am writing a small bootloader application on an STM32L496 that will copy an image from one location in flash to another. I have reserved a 256KB chunk of flash to hold the image. I created a region and section in the .icf file, and de...