STM32F756G-Eval Board + lwip + FreeRTOS: no ping response
Hi,I just try to ping the stm32 board by configure the lwip and FreeRTOS, but i'm not able to ping the board.
Hi,I just try to ping the stm32 board by configure the lwip and FreeRTOS, but i'm not able to ping the board.
Hi Camil All field together with Region field a fulfilled, please see picture The page with ordering still does not work. The error is: "Our server needs a little break while we do some upgrading to the site. Please try again shortly." I tr...
hi i have several questions about setting up STM32 chips as im trying to build a project which requires me to do so but ive encountered issues on my first step. im currently trying to set up my own MCU board using a STM32F722ZET6 144 however once i c...
HelloI am using a Nucleo-F429 board and I was experimenting around FreeRtos.I tried to create osThread within another osThread in FreeRtos V1 but it seems that it is not calling the inside thread.When I change to FreeRtos V2, then the 2nd thread/task...
Hi,I have a quick question that I couldn't find the answer to.I accidentally detached ST-LINK part of the NUCLEO-L552ZE-Q board https://www.st.com/en/evaluation-tools/nucleo-l552ze-q.I would like to reconnect the MCU part with ST-LINK using its SWD ...
I am facing elf file not accessible error in st link utility. Using STM32L4Q5VGT6P but in IAR i am able to program and debug. But in st link this error popping up. Please suggest a solution thanks.
This is my code and when I click the step-over button it will go to the below section and then it will not go further I am using STM32F407G-DISC1 board please help me regarding this.This printf is working fine wile i just print the Printf("Hello Worl...
To improve the execution time of a program being run on the board 'Nucleo-439ZI' from the current 20 ms period to less than 1 ms [more than 20 times reduction]. To reduce the same, I tried to switch the clock frequency source of the timer to HSE (8 M...
Hello here,I tried to use SWV for debug plotting in my project.I have STM32F103TBU6 and ST-Link V2.I turn on Trace Async Sw:My clock:In main.c I defined "stdio.h" and _write func:/* USER CODE BEGIN 0 */ int _write(int file, char *ptr, int len) { i...
Hi ST TeamI have added a sensor implementation to the FP-SNS-DATALOG2 (2 D movement tracking sensor PAT9136) in order to be able to record position data together with MEMS sensor data. This works well for data recording/retriving to/from the SD card....