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

Reading ADC with STM32H750 Discovery Kit

i want to read out a single ADC (temperature sensor) via polling method and want to display the result on the Display. On the backside of the board are some standard arduino connectors, i used them to connect the temperature sensor (CN7 -> A0 -> PC0 ...

0693W00000QKRjXQAX.png
RHerg.1 by Associate
  • 644 Views
  • 1 replies
  • 0 kudos

STM32 I2C, IsDeviceReady Error

Trying to communicate over I2C but keep getting error when using HAL_I2C_IsDeviceReady(). I am using a device from acconeer (XM132/XE132) which has MCU (STM32G071CBU6). Im gonna communicate the radar on the device (A111). Datasheets for the XM132 dev...

SKvan.1 by Associate
  • 724 Views
  • 0 replies
  • 0 kudos

Resolved! Regarding STM32G431MBTx board flash memory read protection.

Good Morning,I am using STM32 board with on board debugger. I can build the code as well as Flash the code in Flash memory but not able to read the code from flash memory.I want to unlock the STM32 with J-link. Please guide me.In STM32 Level 0, Level...

AWalu.3 by Associate II
  • 1210 Views
  • 2 replies
  • 0 kudos

GPIO state Of STM32L071

Hi,I am using STM32L071CBT6 with VDD,VDDA,VDDIO2 supply Voltage of 1.8V , Please refer above image, i am using PB6 as GPIO ,initially it is configured as push-pull output , we are getting 0 to 2V output swing, when we changed GPIO to Open Drain with ...

0693W00000QKT9pQAH.png
SJ.8 by Associate
  • 947 Views
  • 1 replies
  • 0 kudos

STM32F7 supply issues

Hi, We currently have a project where we use STM32F767NIH6, customer is concerned that the part is not available with long lead times. When do you see the supply issue returning to normality? There has been no news or statements made by ST on the iss...

markH by Associate III
  • 966 Views
  • 1 replies
  • 0 kudos

Issue with nucleo L476RG and ADC and DMA with a 500KHz signal

Hello, I try to use a nucleo to acquire a signal at 500KHz but I can't.I already use this code to acquire a 30KHz signal with DMA a 1MHz sampling and it's OK.now I try to with a wampling at 1MHZ, 10MHz, the acquire signal isn't the good one. Value fl...

Seth1er by Associate II
  • 1001 Views
  • 1 replies
  • 0 kudos

Resolved! FDCAN1 and FDCAN2 in STM32G0B1RCI6N

Hi, I configured FDCAN1 in classic format and was able to send CAN messages to a recipient. However, if I want to try the same with FDCAN2 it does not work and the TX FIFO gets full and goes to the error handler. However, If I change FDCAN_Config to ...