Im using stm32f207 HAL library, LwIP stack with RAW api, no RTOS for an UDP server implementation. Server is receiving frames by polling way because of client nature demands. Client is constantly asking server for reading mcu inputs and asking for wr...
I am using Nucleo F411RE dev borad. When I using the FreeRTOS, I found that the xTaskNotifyFromISR always stuck.my handler function as below and I can enter it normally.the program stop at -------------------------------------------------------------...
Edit : see this post for answers :https://www.reddit.com/r/embedded/comments/13rcrqf/stm32h723zg_creating_tcpip_with_lwip_but_cannot/reddit dot com /r/embedded/comments/13rcrqf/stm32h723zg_creating_tcpip_with_lwip_but_cannot/HelloSummary what I want ...
Hi allCurrently, I am working on a project in which I have to design an application in such a way that it should support DHCP and static IP mode based on user choice. And this would be in FREERTOS. Users can back and forth between static and DHCP mod...
I'm trying to understand the documents (having in mind this stm32 document: AN3384), stm32 examples and comments on some source files from this stack in order to choose the correct options for my application.According to the literature I see there a...
I want to perform a bulk transfer from the STM32 device to my host device. Is stm32 USB stack support it support.
Issue is with STM32G071KBU. We are using PA8 as a PWM output and the internal 5.1k pull-down for USB-C charging features is causing problem. We would like the output to be "hi-z" when the power is removed like the other gpio.During the run-time, PA8 ...
I have SPI set in Master Receive Mode Only and my code does work when not passing data to DMA.
I'm working with stm32f207zg ethernet based project with LWIP stack, no RTOS and using HAL library. I have an udp server application implemented and running over there. It's talking with a python udp client. Not much data bytes on the udp transmitted...