STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Wrong reference temperature given in ds H747

Hi,in ds for STM32H747xI/G  , DS12930 Rev 2 , for Temp.sensor CAL2 : 130° (Parameter) is written here: BUT  max. temp for chip is 125° :So i assume, this is misspelled  , because in all other : (H743, H750, H7A3 ..) 110° + 30° are given.NOT 130° .   

AScha3_0-1721813254582.png AScha3_1-1721813336011.png
AScha.3 by Chief III
  • 701 Views
  • 1 replies
  • 0 kudos

Resolved! Switching from FDCAN mode to UART mode

Hi,  i am using STM32H753z  i try to switching FDCAN GPIO is PD0, PD1  to UART tx and rx (same pins)now i changed FDCAN to UART tx side  is fine but in Rx side  i face issue ( no data is receiving to receive buffer).     #define CAN_AFR 0x99 #define ...

Naresh_ by Associate III
  • 1625 Views
  • 9 replies
  • 0 kudos

ADC Hanging

Hello, We are using STM32L412RBT6 MCU for our inverter and battery charger application. We are facing as issue like ADC stops reading and all the ADC results are giving same and random results. We are reading the result through DMA. We couldn't find ...

VasuManiV_0-1721817135600.png VasuManiV_1-1721817166440.png
VasuManiV by Associate III
  • 292 Views
  • 0 replies
  • 0 kudos

Resolved! UART loop in STM32H753

Hi    i am receive data using UART 4 and transfer same data back like loopback but data is mismatch.  same process in stm32f207 is working,    #include "main.h" UART_HandleTypeDef huart4; void SystemClock_Config(void); static void MX_GPIO_Init(vo...

Naresh_ by Associate III
  • 1459 Views
  • 7 replies
  • 1 kudos

Resolved! STM32H750 internal temperature sensor wrong reading

Dear community, on the ADC3 IN18 (internal temperature), I have an unconsistancy between the output of the ADC (reflecting the value of the temperature and the reference value TS_CAL1 and TS_CAL2 (0x3114 and 0x40C0).the ADC is in 16 bits and I got a ...

Serge76 by Associate II
  • 1727 Views
  • 11 replies
  • 1 kudos

Resolved! Must I use a MCU supporting Modbus?

We are planning to make a board using a STM32 MCU in a Modbus application. What we need is a Modbus-RTU. We found that STM32F030 can satisfy our needs and cheap enough but it does not support Modbus. Could we use STM32F030 in this case by special sof...

STM32G474RE ADC with DMA

When I configure ADC1 to read voltage input from PA0 and PA1 using DMA, then the behavior is as below in each condition1) PA0 = 0 (GND) ; PA1 = variable pot (0-5V)then PA1 provides values as per input from pot but max value displayed in 3022 instead ...

HSing5_0-1721803815703.png HSing5_1-1721803852289.png HSing5_2-1721803923714.png
HSing.5 by Associate II
  • 500 Views
  • 2 replies
  • 0 kudos

STM32H7A3 and camera problems

Hello,I have a STM32H7A3 dev board (NUCLEO-H7A3ZI-Q) and have connected it to a OV7670 camera using DCMI interface. I used an example from Cube library (for DCMI) that grabs single image from camera and stores it in the internal RAM of a microcontrol...