STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Using STM32F4 with wireless mouse

Hi,Defining a host of an HID wired mouse, on an stm32f4 MCU works great.Trying to use a wireless mouse doesn't work at all.The wireless mouse comes in a pair with a keyboard. Pressing a button on the wireless keyboard works well but clicking/moving t...

ZIgon.1 by Associate II
  • 322 Views
  • 1 replies
  • 0 kudos

NUCLEO-H723ZG using Ethernet/Ping Problem

Hello,I got the NUCLEO-H723ZG board to save ADC data fast enough. I don't have any experience with ETH. So I wanted to begin simply. I tried to use some tutorials and examples but the board doesn't respond to pings.I tried:1- The "LwIP_UDP_Echo_Serve...

ADynr.1 by Associate II
  • 1096 Views
  • 4 replies
  • 0 kudos

Difference between STM32CubeIDE and GDB

I'm a newbie to STM32 programming, but have 25+ years in desktop development.I've created a PCB with a STM32F042F6 mcu (based on a working design). I added pins for a SWD port and I have an LED connected to PortB1.I've used STM32CudeIDE to create a s...

DMoor.6 by Associate II
  • 450 Views
  • 2 replies
  • 0 kudos

STM32F427 PTP Implementation

Posted on May 30, 2018 at 12:08Hi everyone,We are using the STM32F427.We have devices that need to work synchronously.So we decided to use PTP but we have no experience in this matter.I have reviewed the AN3411 document to learn how to use PTP.But I...

STM32F4 library issues fixed?

Several years ago we started a project using an F429 main and 8 F413 slaves, communicating over an SPI bus. In 2020 we stopped the project because of too many problems with ST-provided drivers/stacks, especially Ethernet/lwip and USB, and very poor F...

Using the B-L462E cellular board with Azure NetX MQTT code to connect to, publish and subscribe topics on my own mosquitto server. How can I reconnect to MQTT after the server restarts?

Code is attached. When the mosquitto server is shut down, the code loops, failing to connect via this call nxd_mqtt_client_login_set(&mqtt_client,MQTTNAME, STRLEN(MQTTNAME),MQTTPASS, STRLEN(MQTTPASS)). After failing, nxd_mqtt_client_disconnect(&mq...

JVand.12 by Associate II
  • 297 Views
  • 0 replies
  • 0 kudos