STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! QSPI drivers available from ST?

Hi,where can I find a list of all the drivers/libraries supplied by ST?In particular, because of the need for fast time to market, I am trying to find those for all QSPI flash ICs so I can choose external flash (for video and graphics) accordingly (m...

Ricko by Senior II
  • 359 Views
  • 3 replies
  • 3 kudos

microRos publisher and services

I want to create two nodes program, one node has two publishers and the other one handles a serviceIf I create each node independently both work, however, when running both simultaneously the program crashes ones the service is called.   void StartDe...

Resolved! STM32 Xmodem Protocol Hex File Parsing

Hi,I am trying to update the firmware with an xmodem protocol over a uart with stm32. I convert the hex file created by CubeIDE into an Xmodem 1k package and send it. The bootloader I wrote in Stm32, receives this data and writes it to the necessary ...

mehmetdm by Associate
  • 907 Views
  • 8 replies
  • 6 kudos

STM32F429ZI NUCLEO connect MQTT broker

I'm facing an issue connecting STM32 to the MQTT broker. The mqtt_status has 4 states: MQTT_START, MQTT_CONNECT, MQTT_SUBTOPIC, and MQTT_RUNNING.enum mqtt_status{    MQTT_START = 0,    MQTT_CONNECT = 1,    MQTT_SUBTOPIC = 2, MQTT_RUNNING = 3};this is...

QuangIoT by Associate II
  • 681 Views
  • 5 replies
  • 0 kudos

LWIP RX_POOL problem

I am using FreeRTOS and lwIP (callback api) on the STM32F407. I have 1 UDP and 2 TCP ports. After a few hours, the struct pbuf_custom *p = LWIP_MEMPOOL_ALLOC(RX_POOL); operation returns NULL. When I checked the ethernetif.c file, I noticed that the E...

Unable to pair DWM1000

I am trying to use DWM1000 for ranging as well as communication but I am unable to do it . I debugged the code and Know that Initiator is sending data but is not being heard . The Rx buffer in responder is geting updated by random values.I have attac...

Rituraj by Senior
  • 1146 Views
  • 18 replies
  • 2 kudos