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

Resolved! Timer Interrupt STM32F030C6 with Tim16 and Tim17

Hi guys,I'm using STM32CubeIDE with STM32F030C6 at 48Mhz.I'm trying to generate the graph below in my application, but I only have Timer 16 and 17 available. Is this possible? Could someone give me a tip? Thanks!

Mike2020 by Associate
  • 1652 Views
  • 2 replies
  • 0 kudos

Use of ECC in NAND memories for STM32F429

Hello,I am trying to use the ECC computation block for a NAND memory in STM32F429. The page size of my memory is 2048 bytes + 64 spare bytes.The ST32F429 Reference Manual says "The ECC algorithm implemented in the FMC can perform 1-bit error correcti...

STM32G031 ADC Hardware Oversampling

Hello,I'd like to use hardware oversampling to increase the ADC resolution to 16 bits. However, this is something I've never done. Is there documentation or examples available on this method? Has anyone had experience with this topic?Thanks,

xpp07 by Senior
  • 667 Views
  • 2 replies
  • 0 kudos

How to transmit UART data on STM32 discovery board?

Hi forum, I'm developing on the stm32f3disovery board with STM32F3-Discovery_FW_V1.1.0 running in IAR Embedded Workbench. I've been able to get the basic demo compiled and running, but I can't seem to get UART data transmission to work. There are no ...

RLee.2 by Associate II
  • 1874 Views
  • 4 replies
  • 0 kudos

[SOLVED] --- Slidebar on STM32F746G-DISCO ----

Here my solution to create a slidebar on this evaluation board, it should run also in other STM32 modules.//###################################################################################### //# Slide bar //#######################################...

0693W000000UjCvQAK.jpg

Resolved! How to receive all data over UART interrupt?

I am using a STM32LO73RZ board. I have set up UART with interrupts and this works. I receive data that I send from an USB to TTL converter. When I sent a character one by one, this works fine. However, when I try to send a larger message, I keep miss...

Birdym by Associate II
  • 2859 Views
  • 7 replies
  • 0 kudos

Using Array to toggle outputs

Hi,I want to try use an array to set particulars outputs, base on values in that arraysI have initiated two dimensional array like in example below:uint8_t obrPr[4][4] = {  {0,0,1,1},  {1,1,0,0},  {0,1,1,0},  {1,0,0,1}   };This is sequences...

PZarc by Associate II
  • 848 Views
  • 3 replies
  • 0 kudos