User Activity

Hi, i`m interested in using the mbedtls v1.3. I currently using the v1.2 and like to upgrade to v1.3 but could not see any v1.3 version in the configuration tool to choose. Is there any plan to upgrade?Thanks in advance
Hi, i am wondering if someone has the same issue than me. I could not see the bus description in the device manager nor i could read it via APIs in my software. It is simply not there. This is the case on my win11 development PC, it's not the case on...
Hi all,I have a problem on my current design. My setup... .I have a mqtt client connected to a broker. I use the lwip library together with freertos STMCube provides. So it's mainly default. I have one task for sending and receiving. Now all works fo...
Hi, i have a certain problem.I have an application which continuously reads out data from sensors. Each sensor read will be triggered by me by using a dma-uart transaction. On the receiving side i have a uart-dma in cyclic mode which fills up the buf...
I use the setup RTOS and ssl_client example provided by ST, and the older library versin seems to work and the newest on fails.Here prints from the worling one:C:\Users\MY_PC>openssl s_server -key server.key -cert server.crt -accept 8883Using default...