Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.
After re-reading the STM32H7 Ethernet related threads in this forum it seems that most complaints and bug reports are about DMA descriptors and buffers (cache management, allocation etc). At the same time, operations on the descriptors and buffers is...
Since ST announced to go with Azure RTOS, does this mean freeRTOS is not longer supported and won't run on ST MCUs anymore? Or does it mean the effort to implement freeRTOS is quite high compared to Azure RTOS, because there won't be any support for ...
I have a board with an stm32l431rc. I have some sample code generated by CubeMX, and it boots up just fine.I'm trying to work with zephyr v2.5.0. Zephyr has hal and pinctrl dtsi files for this MCU, so adding a new board was pretty straightforward.I s...
Hello,Please find the Product details below:NUCLEO-H743ZI2I have purchased the above board for developing application to interface with the Lan9253 device.I have installed the device drivers downloaded from the STMicroelectronics site.Do I need any U...
In this document:https://www.st.com/resource/en/user_manual/dm00103685-developing-applications-on-stm32cube-with-lwip-tcpip-stack-stmicroelectronics.pdfThey talk about some examples. Where can I find the example code source?
Hi,Iam using STM32 NUCLEO F401RE BOARD to send multiple data to PC using UART Printf.I have created different tasks(4 tasks) for different computations and finally one dedicated task to send all the data computed to be sent via UART using Printf.for...
Hi, I recently got a B-L462E-CELL1 discovery board and am eager to start some projects with cellular connectivity. But I really don't know where to start and was planning to learn a lot from the examples that where promised when I read about the devi...
Hello all,I am trying to implement ethernet connectivity with stm32f74 uC using lwIP stack.I am able to generate fsdata.c file.I have used the 3rd party tool - makefsdata.exe to generate fsdata.c file. Now I would need another file - fsdata_custom.c ...
I've generated the LwIP code with CubeMX for my Nucleo H745ZI-Q and used this guide to make extra settings:https://github.com/AnielShri/STM32H745_EthernetNow when I run my program, it results in a HardFault. I've attached the memory .ld files, anyone...