Azure RTOS Can't enable both DHCP and UDP.
I am trying to enable both DHCP and UDP in my Azure RTOS NetXDuo application, but when I enable DHCP the UDP selection is hidden, and vice versa. Why is this happening? Thx,MikeH
I am trying to enable both DHCP and UDP in my Azure RTOS NetXDuo application, but when I enable DHCP the UDP selection is hidden, and vice versa. Why is this happening? Thx,MikeH
Hello,I am designing a device and one of the requirements is that two interfaces can be managed with the same ethernet port. One interface must be fully configurable (IP, mask and gateway) and the other can only be accessed locally (fixed IP and mask...
I found a link as followinghttps://github.com/STMicroelectronics/STM32CubeH7/tree/master/Projects/STM32H743I-EVAL/Applications/LwIPI use tcp_echo_client to test on my stmh743eval 2 board, flashing and running is ok, but it doesnt include ioc file , i...
When i init UCPD ,the function USBPD_CAD_Init returns NO OK,then i try to find what is CAD,could you tell me?thanks
I generated my code by stm32cubemx,version6.1.2, and use ucpd2 as sink&dead battery,. But got USBPD_ERROR in USBPD_DPM_InitCore after execute " CHECK_PE_FUNCTION_CALL(USBPD_PE_Init(USBPD_PORT_0, (USBPD_SettingsTypeDef *)&DPM_Settings[USBPD_PORT_0], &...
Hi, adding an RTOS seems not something that can work with the importer.Has anyone managed to get it working?Follow my output
hello, my project uses USB CDC HS to communicate with PC.Sometimes USB CDC HS work, sometime didnt (it depends on other variables of my project. and these variables doesnt relate to USB CDC HS, just any variable is added/removed).MCU send data to CDC...
I have a STM32G071B-Disco and straight out of the box it has been able to work for me as a Spy/Sniffer. Also, with the blue switch closed, it works as a Sink that can attach to my Source I'm developing and I can see the traces.My Source supports sen...
Dear community,I'm using an STM32L4 with SDIO 4 bit, FATFS, STM32L4 HAL and CMSIS V2 FreeRTOS. Data is written from sensors from interrupt routines and queued into one of the two buffers. When the current buffer has insufficient space to accommodate ...