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

How to print characters in cp866 encoding?

Hi.I need to print characters in cp866 format. For printing, I use the printf function with an override of the write function. How can I make character printing using printf in cp866 encoding?Thank you.

Performances reduced when migrating from L476 to L562 ?

Hello, I have a small application running on a nucleo-L476RG board. This application is testing a G729 codec (to encode audio samples). It allows me to measure the time required to encode and to decode a 10ms audio record. For testing purpose, the "a...

advFR by Associate
  • 713 Views
  • 2 replies
  • 0 kudos

Why does I2C get stuck with HAL_BUSY state?

Hi, I am trying to read MPU6050 FIFO data with STM32F103C8T6 after I get an interrupt from MPU6050. All works well at start, but after some time I2C gets stuck with HAL_BUSY state and never recovers from it. Here is my code:void HAL_GPIO_EXTI_Callbac...

JBond.1 by Senior
  • 1621 Views
  • 4 replies
  • 0 kudos

STM32L4 UART Rx not working

I was trying to configure USART on an STM32L476 Discovery board. I know that register level coding is not great but it really works well for what I need to use the board for. I was able to send messages out using the transmit but I'm not able to get ...

RS.2 by Associate
  • 1253 Views
  • 1 replies
  • 0 kudos

Device address in stm32L4

Im using STM32L4 how i2c master with 5 i2c slaves In stm32l1 when using callback i can detect device using :  if (hi2c->Devaddress == I2C_ADDRESS1) // slave 1  {}In STm32L4 don't exist hi2c->Devaddress ..Yu can help me .BR.Francesco

bfran.1 by Associate II
  • 1743 Views
  • 7 replies
  • 0 kudos

Why would I see different results writing data via the FMC while debugging with a breakpoint on the enable step compared to running without breakpoints? With the breakpoint, I get valid data.

I'm using the FMC of a STM32H7 micro to communicate with an LCD, which has timing signals similar to a NOR SRAM. I have the MDMA configured to write 16-bit words out of a buffer to the FMC at the 0x60000000 address (bank 1). The MDMA is configured to...

DBatc by Associate
  • 704 Views
  • 1 replies
  • 0 kudos

Resolved! STM32F746 "forgets" flashed program (and more)

I migrated to a new self-created PCB with a STM32F746IE. I noticed that if I flash anything, the program works immediately after flashing, but not after power off/on. As a simple example, I created a program with two blinking LEDs. They blink after f...

STM32G474 SPI DFU mode not working

I'm using STM32H753 eval board as master and STM32G474RE Nucleo board as slave over SPI1 communication. I've created a DFU for LED blink on Nucleo board which works fine if I download it through USB(connected PA11, PA12, 5V and GND) usinf DeFuseDemo ...

AShel.1 by Associate III
  • 909 Views
  • 3 replies
  • 0 kudos