STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How to Configure x-cube-cellular for lwip?

Hello, I am working on B-U585I-IOT02A board, I have downlaoed the x-cube-cellular expansion pack.It is working with bg-96 cellular modem with USE_SOCKETS_MODEM using freeRTOS.I want to use USE_SOCKETS_LWIP for my B-U585I-IOT02A board how do I configu...

Thread safety of code generated by Cube

Hello,I'm wondering if Cube's generated code for is thread safe. In particular, whether malloc can be safely used in a multi-threaded FreeRTOS setup.The broken malloc behavior was first described by Dave Nadler in 2019 here. He has also written about...

stm32u575 FreeRTOS

Hi,I have started my hand-on experiments of FreeRTOS using stm32u575 uc with stm32u575zi-q nucleo board as non secure.I have created 2 task and their handler. With the help of seial viewer, printed some messages.While executing the code,it does nothi...

Kajol30 by Associate
  • 435 Views
  • 6 replies
  • 5 kudos

Rust support.

From what i've seen the Rust programming language is becoming more and more popular and since it does not rely on a virtual machine, like java or python, it could be a good option for embedded development and other low-level programs. I know that the...

NMan.11 by Associate II
  • 5244 Views
  • 10 replies
  • 9 kudos