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

Connect STM32CubeU5 B-U585I-IOT02A to WPA-2 Enterprise

Hi everyone,I'm quite new to the STM hardware and embedded programming in general. My goal is to connect the B-U585I-IOT02A to a WPA-2 Enterprise WIFI (it needs to be that standard).I found the examples in the git repository about connecting to WIFI ...

JGens.1 by Associate II
  • 7405 Views
  • 15 replies
  • 1 kudos

Where to buy STM32H7 in India?

Hello TeamI am looking to buy STM32H7 Series Micro Controller.Currently in India there is no stock available.Is there any option could you please suggest me to get the controller

HAdab.1 by Associate II
  • 1180 Views
  • 4 replies
  • 1 kudos

I/O monitoring with JTAG/SWD

I would like to monitor in real-time the state of the pins on my board (STM32F407D-DISC1) for a HIL (hardware in the loop) application.To do so I want to use the TAPs of the JTAG. I've found in the AN4989 application note that the JTAG was not suppor...

AMabi.1 by Associate III
  • 2104 Views
  • 5 replies
  • 0 kudos

Hlo all, i'm trying to receive data over uart and something weird happens every time i try to receive the data, my buf variable always stays empty. can anyone suggest me the solution. I am attaching my code for your reference.

#include <stdio.h> #include <stdint.h> #include <string.h> #include <stdlib.h> //#include "stm32f4xx.h" #include "stm32f411xe.h" #include "uart.h"   #define GPIOAEN (1U<<0) #define PIN5 (1U<<5) #define LED_PIN PIN5   ...

RChou.1 by Associate III
  • 1520 Views
  • 5 replies
  • 0 kudos