Switch between thernet and wifi (I.e. ESP8266 ESP32) or even usb device
I would like to know how to use the middleware lwIP but then be able to switch the the interface to a wifi if needed.
I would like to know how to use the middleware lwIP but then be able to switch the the interface to a wifi if needed.
After following the instructions in AN5418 and the corresponding Youtube video I am still struggling to get a connection with my NUCLEO-G474RE board to the UCPD monitor. When i am flashing the precompiled binary files, which i downloaded for the X-NU...
Hi, I have a F439ZI where i have set a simple timer (TIM10) to raise the the HAL_TIM_PeriodElapsedCallback every 1 millisecond.The Bus APB2 for timers runs at 168 MHz so i set in the configuration 168 in the prescaler (result is 1Mhz) and the i set 1...
I have array unsigned char data[1024] in RAM , and I need to send them to the display on I2C, this is not problem HAL_I2C_Master_Transmit( data ) works fine. Now I need to send the same data, but so that the sequence starts with a control byte.is I...
How to store data in memory after power off?
Sorry about my English.I am doing a project, where, since I put the CMSISv1, the FATFS is freezing. Before I put FreeRtos, the FATFS work very fine, but now, its freezing. I a using debug, i see that, if using rtos, the fatfs forces the lock file, an...
Hello,I use:CubeIDE 1.3.0STM32Cube_FW_F4_1.25.0STM32F413CHUI want to use DMA on UART5 on this uC but generated code (from CubeIDE) does not compile.Channel used by this UART is DMA1->Stream7->Channel8I use LL, not HAL for UART.Into MX_UART5_Init func...
I am having difficulty implementing a snmp agent.The snmpget reading mode is OK.snmpget -v1 -c public 10.55.1.1 .1.3.6.1.4.1.54532.1.1.17.0iso.3.6.1.4.1.54532.1.1.17.0 = INTEGER: 2but I can't write to a variable using snmpsetsnmpset -v1 -c public 10....
Hello,I use HAL_SAI_Transmit() to play wav file from external flash. Music sounds correct when the wav file is 16 bits audio but there is a lot of noise when I play 32 bits audio. I have of course checked 10 times that the bytes order and the samp...