STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32C011 External 32K oscillator clarification

How can add an external LSE oscillator to the STM32C011F4U6TR device as described in the datasheet (page 53)?I'm not able to find OSC32_IN and OSC32_OUT in the pin assignment. Instead, I've found OSC32_EN (pin1 of STM32C011F4U6TR) but I'm not underst...

Gaston_0-1725446869018.png
Gaston by Senior
  • 143 Views
  • 1 replies
  • 2 kudos

Resolved! UART serial communication on STM32 Nucleo C031C6

I am still a beginner in STMicroelectronics programming. I am trying to do UART serial communication on STM32 Nucleo C031C6. USART2 seemed to be disabled on CubeMx while trying to configure the pins so I used USART1. I am using RealTerm as my serial ...

SAW by Associate II
  • 207 Views
  • 1 replies
  • 1 kudos

Resolved! STM32C0 with 5V power as in AN392

Hello, I am a little confused here, AN392 claims to run STM32C0 from a 5V power supply, directly from the main fed RCD dropper with a 5.6V Zener. But the datasheet says the maximum voltage is 4V.So does the AN suggest running way over max specs or is...

Miyuki by Associate II
  • 605 Views
  • 4 replies
  • 3 kudos

STM32C011 SPI with DMA on registers

Hello, I have been prubbing to run SPI transmission using DMA for some time now. So far I am trying to send a variable, but something is not working. Without DMA it works without any problem. Would anyone be able to help?

Resolved! how to use the ADC the old-fashioned way.

Hi,I need to use the STM32C011F4 multichannel ADC like I used to 20 years ago with other microprocessors. That is:Select ADC channel (0, 1, 5 or 6)Start ADC conversionWait for EOCRead ADC valueStop ADCIn this application I don't want to use DMA or In...

Gaston by Senior
  • 486 Views
  • 6 replies
  • 0 kudos

Resolved! Flash erase and program

HI,I cannot delete page 15, or other pages, of the STM32C031K6T6 flash chip. HAL_StatusTypeDef status; EraseInitStruct.TypeErase=FLASH_TYPEERASE_PAGES; EraseInitStruct.NbPages=1; EraseInitStruct.Page=15; status = HAL_FLASH_Unlock(); status = HAL_FLAS...

Stefano1 by Associate
  • 226 Views
  • 1 replies
  • 0 kudos

Resolved! Power consumption does not fit with datasheet information

Hi,I'm running STM32C011F4U6TR using the LSI (32KHz) in a infinite loop.Here's the current consumption I see from the STM32CubeMonitor-Power softwareI expect to see around 80uA flat as datasheet shows at page 39What could be the reason for the 170uA ...

Gaston_0-1721739901335.png Gaston_1-1721740001385.png
Gaston by Senior
  • 1007 Views
  • 4 replies
  • 2 kudos
Labels