STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! LevelX FileX

Can anyone please confirm that LevelX and FileX can only be used with AzureRTOS. Everything that I have read indicates as such. Both only available when AzureRTOS is enabled as well as using CubeMX.Thanks in advance!!!

dsmail1 by Associate II
  • 222 Views
  • 2 replies
  • 1 kudos

Submit fixes for SVD files

Hi, I noticed several times that SVD files contain errors compared to what's documented in MCU RMs.The whole purpose of the https://github.com/stm32-rs/stm32-rs repository is basically to fix those errors and supply accurate SVD files for Rust embedd...

vinchatl by Associate II
  • 440 Views
  • 3 replies
  • 3 kudos

Resolved! mDNS on LWIP TCP server

I'm tying to setup TCP server using ethernet communications (Nucleo-F767ZI) and find that I can ping the board using the router allocated IP address but I'd like to do the same using Hostname. In STM32CubeMx .ioc file, under Network Interface Options...

jaykay by Associate
  • 1745 Views
  • 7 replies
  • 3 kudos

Resolved! SYSTICK access issue

STM32CubeIDE 1.17.0 - using the CMSIS headers - NUCLEO F411REI have the following function that is trying to use SYSTICK to give a delay in milliseconds, #include "stm32f4xx.h" // actaully contained in another header put here for question clarity /*...

systick_issue (1).png

Resolved! uSD not work in Riverdi 121STM32H7_1_6

Hello everybody.I bought Riverdi STM32 Embedded Display RVT121HVSNWC00-BI create my first project using touch GFX.I generate code and import it in STM32CubeIDE.I format FAT32 a 128G uSD using custom program.I plug the uSD into adapter and I write thi...

MauFanGilaMedical_0-1738662023020.png MauFanGilaMedical_1-1738662133868.png MauFanGilaMedical_2-1738662171581.png MauFanGilaMedical_3-1738662191502.png

STM32F4 Ethernet - DHCP

Hi, I am trying to implement basic DHCP Protocol using STM32F439ZIT6. But I am unable to get the IP being assigned by the DHCP Server. There are no errors in the code, but I am not getting the IP. Don't know why it is giving DHCP Timeout. I am attach...