STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

When will Reference manuals really be usable?

I write code and manuals for 36 years and I've learned that those are too often written by a person who fails to put himself in the readers position. A reader who's not familiar with the topic otherwise the material was not required in the first plac...

EGi by Associate III
  • 581 Views
  • 3 replies
  • 4 kudos

Resolved! STM32G474 FDCAN3 bit timing

Hello All,I am trying to send some classic CAN messages via the FDCAN3 module on STM32G474CE device. I have only pins for FDCAN3 free. My FDCAN clock is PCLK1 with a frequency of 64MHz.When I try to transmit a CAN message, firstly there is no transmi...

ma.alam9 by Associate III
  • 583 Views
  • 1 replies
  • 0 kudos

Resolved! no write access to ADC12_CCR registers of STM32G473QE

Hello,my problem is that i can't get access to the ADC12_CCR register. I activated the corresponding Clock in the RCC_AHB2ENR register. In addition I compare the addresses of the register from the library with the data of the reference manual, they a...

SMein.1 by Associate II
  • 691 Views
  • 3 replies
  • 0 kudos

Resolved! PWM + DMA + 100% PWM duty bug, duplicated cycle

MCU: STM32F411CEU6.IDE: STM32CUBE IDE 1.5.1Timer1 config:PWM generation mode, CH1+CH2No prescaler, Period=549, Repetition counter = 8DMA: Circular mode, memory->periph, halfword, mem increase CH1+CH2PWM start code:// Ensure 32-bit alignment just in c...

0693W000008wriiQAA.png

I am working for stm32h753zi and i am trying to measure ADC reference voltage. But i got 5.74466228 instead of 3.3v.Please any one give me the guidance. I have attached steps i followed, Thank you.

I am using the code :int read_adc_data(ADC_HandleTypeDef *ptr_hadc, uint32_t channelx){  uint16_t vrefint_cal;  float adc_read_value = 0.0, adc_reference_voltage = 0.0;  ADC_ChannelConfTypeDef sConfig;  sConfig.Channel    = ADC_CHANNEL_VREFINT;      ...

AFaya.1 by Associate III
  • 482 Views
  • 4 replies
  • 0 kudos

The internal temperature measured by the ADC is different in debug and not debug mode. When I am debugging, the temperature value measured is correct (about 23°C). Without the j-link debugger, the temperature measured is incorrect (about 18 °C)

I send the temperature value on a serial interface.In the live watch of the IAR tool, I can see the same correct value than the one sent on the serial interface.The problem occurs after a power-down/power-up of my board, like if something is not init...

dlamb.1 by Associate II
  • 1096 Views
  • 8 replies
  • 0 kudos