STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! cant ping nucleo-h723 dev board using lwip

HiI am trying to develop a board based on ethernet connection. I have bought a nucleo-h723z board to get started.I would like to have a ping example up and running, but I have not succeeded...I am using CUBEIDE V. 1.15.1 and CUBEMX V. 6.11.1.I have c...

DavidWahlberg_0-1716890710911.png DavidWahlberg_1-1716890788039.png DavidWahlberg_2-1716890822375.png DavidWahlberg_3-1716890840980.png

Webserver using AT Command

I'm having trouble using STM32 to bind to the Webserver via the AT Command command. Connecting to the Webserver is fine, but the problem is that the site only runs a few times, the AT+CIPSEND command has a problem, data sent to ESP is 1 character err...

dnk_0-1703649881431.png dnk_1-1703649907381.png dnk_2-1703649927893.png dnk_3-1703650046820.png
dnk by Associate
  • 497 Views
  • 3 replies
  • 2 kudos

Resolved! In FreeRTOS, priority settings

Hello everyone,I am using FreeRTOS but i am confuse about seting priority, Should I give same priority to every task or different priority to all task.And also what is different between them.