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! I am trying to display the time on a OLED display using the RTC and I can get it to work but I keep getting a warning. I know there is a better way and was hoping someone could enlighten me as to what I should be doing.

Hello I am very new to c programming and embedded design. I know there is a right way to do what I am trying to accomplish. I seem to be doing it the wrong way even though my code still "works" I am getting warnings on a couple lines of code. Line ...

JWire.1 by Associate III
  • 1063 Views
  • 2 replies
  • 1 kudos

Resolved! Why are my uarts not working after rcc clock configuration?

Hi all,I got a strange issue. I'd like to use USART3 or UART5 on my STM32F446 chip. We have the chip on a pcb, so I am not talking about the nucleo board. The issue is when I do the system_clock_config(), the listed uarts does not work. void init() ...

NGros by Associate III
  • 1792 Views
  • 5 replies
  • 0 kudos

Crack at the end of I2S tranmission via DMA on STM32L073

I'm running a STM32L073 to generate a sine wave tone via I2S in normal DMA mode. The amplifier is a MAX98357A. The MODE pin is connected to VDD so only left channel is considered. I2S runs at 48kHz and the uC clock source is internal. The output tone...

JSchu.5 by Associate II
  • 1295 Views
  • 1 replies
  • 0 kudos

How to reduce jitter in SPI (register mode)

Hi all, I am using register mode SPI for communication purposes, clock is 210Mhzinterrupt is for every 4khzinitialized SPI with HAL formatSPI data rate: 35MBpswhen I send data through SPI I can find some jitter inside it. But when I drive the same si...

Roshan by Associate III
  • 1066 Views
  • 4 replies
  • 0 kudos

Resolved! [STM32F412] SPI issue with MAX7219

I am trying to transmit through SPI to a MAX7219 chip on my STM32F412G-Discovery board. The system clock is running at 100 MHz. I am using a level shifter to handle the 3.3V -> 5V voltage changing. I have used this IC on an arduino so I do know it wo...

MB.2 by Associate III
  • 2246 Views
  • 8 replies
  • 1 kudos

Program data on flash from PC

Hi, I have a simple code running on STM32L0 MCUs. I will need to change some data on their firmware on each board depending on some analog properties of another component.There is a practical way to program a portion of memory with some data after th...

GMont.4 by Associate II
  • 1001 Views
  • 5 replies
  • 0 kudos

Resolved! How to receive hex data from the terminal using UART?

I want to receive hex data from terminal like 0x66, 0x55, 0x44, 0x23, 0x11, 0xaa, 0xbb, 0xcc. Normally we can receive messages in string over UART. But I want to receive hex data instead of character or string from terminal. I am using stm32cubemx HA...

MAlam.2 by Associate II
  • 4265 Views
  • 6 replies
  • 0 kudos