STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Connect with LwIP to port 5000

Hi Guys,I want to connect a server via port 5000.When connecting to other server with port 80 there is no problem, but when connecting with port 5000 it doesn't works.IP_ADDR4( &remote_ip, 11, 12, 13, 14);CommDropsTcpConn = netconn_new(NETCONN_TCP);n...

Lmali.1 by Associate III
  • 454 Views
  • 1 replies
  • 0 kudos

Resolved! VBUS sensing doesn't work because internal pull-up is activated during USB init rather than when connected - STM32F072

Hi all, I just thought I'd add to the list of questions about USB! :grinning_face_with_sweat:I read AN4879 and it says "when the host presence is detected by the device, the device connects its pull up resistor". This is very clear - first detect the...

UART DMA receive via RTOS

hey therethere is a simple question: how can I receive data on my UART in DMA mode using RTOS? recently I ran a project where I just get all the data right when they arrived using UART DMA. but not I what the whole process to be done using RTOS. how ...

Ala by Senior
  • 1549 Views
  • 11 replies
  • 0 kudos

STM32H747i Lwip support

Hi,In the STM32H7Cube code, There is no LwIP example/Application code for STM32H747-eval. Can anyone direct me towards the same?Or let me know the delta between STM32H743 and STM32H747 LWip configuration.The most important code i need is the ethernet...

VishwasM by Associate
  • 400 Views
  • 2 replies
  • 1 kudos