2023-04-06 04:07 AM
Hi
My company wants to use ThreadX, NextX DUO, File X, Azure RTOS and was not clear if we need to pay for licensing when we send the product to market. we are using U5-series ST boards. can some help whether its an open source that ST has provided in the boards or do we need to procure the license for the same.
Solved! Go to Solution.
2023-04-11 12:16 AM
Both mbedTLS and TFM are open source so you can use them without any issue.
regards
haithem.
2023-04-19 02:03 AM
2023-04-19 10:04 PM
Hi Haithem,
Thanku so much for your support. I just have a request, If possible, Can you please provide us some application document, to configure our STM32U5 device for TLS over (UART,USB or Ethernet). Basically, we are struggling for understanding the minimum configuration needed for same. Also what add-on configurations we can implement for security over TLS.
Thanks !!
2023-04-25 03:09 AM
hi @meghasb,
Sorry for the delay.
this Nx_MQTT_Client application shows how to connect an STM32U5 IoT board to MQTT broker over an encrypted socket. have a look at it, you'll see how the encryption is enabled in NetXDuo and which components are required.
regards
haithem.
2023-04-25 04:05 AM
2023-04-25 06:38 AM
Now that ST is promoting the STM32MP13 as a real-time solution, it would be a logical addition to the Azure licensing list?
2023-05-11 05:45 AM
2023-05-15 01:36 AM
2023-05-15 01:51 AM
hi @meghasb
could you check which cipher-suites are the Client and the server using, there should be at least one in common otherwise the handshake will fail.?
2023-05-15 01:53 AM
@Haithem Rahmani thanku so much, will check and update