User Activity

Hello, I'm using STM32F7 and using LWIP with ethernet.So now I want to add the SSL certificate to authen to DNS broker like abc.com. Anyone have any example to do that?Many thanks,Hieu
Hello, I'm testing RTOS Message queue on STM32F7, When I try to create an message queue to send an message from Thread 1 to another thread, my data I receive in target Thread is unstable.For example, I'm trying to send uint16_t 317, but in target Thr...
Hello, I'm trying to display a random String in TextArea.But when I call this function, there is too much ???? was displayed.Below is my code, anyone can tell me what's wrong?Many thanks, Hieu const char * test = "Hello World"; Unicode::snprintf(Roo...
Hello, I'm using STM32F746NG Discovery Kit.I'm trying to Write/Read data to/from External Flash using QuadSPI with BSP driver.Below is my simple function, I don't know why It's can not write to the memory.I really don't know exactly how to determine ...
Hello, I'm using STM32F746 Discovery Kit with Touch GFX.I want to Write and Read data from N25Q512A External Flash using QSPI. I have tried the ST's Example on Github but it's not working for me (https://github.com/STMicroelectronics/STM32CubeF7), I ...