STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 360 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
  • 4661 Views
  • 10 replies
  • 9 kudos

Connection through ethernet

Hi, I am trying to create a connection through ethernet with lwip however I stuck at netif down I guess it related with flags which are checking the connection. I am using  STM32H735 board. lwip.c file codes are taken from the github (https://github....

Kuttay by Associate II
  • 240 Views
  • 5 replies
  • 3 kudos

UDP packet loss

Posted on July 02, 2018 at 13:38Hi, im using stm32f7+ freertos+lwip (raw api). My system handles web server and udp data communication. My frame length is 572 bytes and my FPS is 40 (22880 bytes/sec) at start. When i increase the package number to 8...

0690X0000060C8qQAE.png