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!!!
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!!!
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...
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...
Hello Community, currently i am working on a project whose board involves board USB FS & USB HS where one USB port i.e. USB FS is used for Mass storage communication(i.e pendrive) & USB HS is used for HID devices i.e. Keyboard,printer. Microcontrolle...
Some strange behaviour that I can't explain but like to understand :I am using an e-paper display via SPI, and to conserve power during sleep, I power down the display via a FET.After waking up, I enable the power to the display, then initialize the ...
Hi I'm debugging the mentioned issue since quite a while.We use CubeMX to generate the configuration and working with the provided HAL libraries to access a 4GB SD-Card connected through the SDMMC adaptor over 4-bit SDIO bus.HAL libraries version is ...
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 /*...
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...
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...
MASTER SIDE uint8_t txByte_master = 0xA5; // Byte to send uint8_t rxByte_master = 0x00; // Received byte volatile uint16_t count = 0; uint8_t dummyTx = 0x00; uint8_t dummyRx = 0x00; volatile uint8_t spi_ready = 0; // Flag to indicate SPI transfe...