STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

sending and receiving udp packets ?

Hi,I use stm32h7 nucleo board and I have been trying to do ethernet communication with udp for a long time.I can ping without to be packet losses.I have only problem is that I can send packet to pc from my board but when I returned to the board from ...

Bilge by Associate III
  • 187 Views
  • 0 replies
  • 0 kudos

Vbus +5V

HiI plan to include the USB input of STM32F303 and am not willing to power up the board with the +5V of Vbus. The board will be supplied permanently with 3.3V. Is it necessary the connection of Vbus? If yes how i should connect it to the +3.3V Vdd of...

FAnag by Associate
  • 306 Views
  • 3 replies
  • 0 kudos

Resolved! [SOLVED] CAN callback never call

I'm working on an STM32L431 and I never be call on HAL_CAN_RxFifo0MsgPendingCallback. I have set a break point in this function but the debugger never stop on it.In my program:I have generated the code using CubeMx and I set NVIC on CAN1: Tx, RX0, RX...

AJouv by Associate II
  • 415 Views
  • 4 replies
  • 0 kudos

STM32L432KC Nucleo32 board VCP with Android

I am failing to get a project based on the STM32L432KC Nucleo32 board to communicate with an Android device via USB VCP.The Nucleo project works fine over USB VCP on Windows and Linux. And a similar STM32L433-based device I made using CDC works fin...

pwm complementery pins state once we stop pwm.

HELLO,I am trying to implement h bridge logic to convert dc to ac but i am not sure about the pin states of complementery pwm once it stop pwm on that and how to use those compl. pwms pins as gpios .what i am actually trying to achieve is run compl p...

Akhan.4 by Associate II
  • 276 Views
  • 5 replies
  • 0 kudos

Simple multi-user http server

Hello! Recently, a stm32 microcontroller came to me and I want to make an http server. On the Internet, looking for projects on stm32 using the lwIP library. But I can not find a multi-user http-server for my device. Some programs after a while begin...