STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Safety Critical Application

Hi everyone, We are developing safety device which need to go in a fail safe mode in any kind of failure to achieve SIL2 or SIL3 level of safety. And we want achieve UL certification.And we are using STM32G0B1CBTx MCU. And for writing code I am refer...

Resolved! STM32H7 series programming flowchart

There used to be a flowchart showing all the ways of programming the STM32H7 series through various ports including SPI, UART, etc, showing the order they are checked. But I can't seem to find it anymore. Can anybody point me at it please ?

MikeDB by Lead
  • 978 Views
  • 2 replies
  • 0 kudos

LWIP + TLS on non RTOS

I want to use TLS on lwip using modbus tcp applications. But when I choose the mbedtls on CubeMx, I couldnt select lwip. If I use the Freertos, than I can selecect both of them. But I dont want to use FreeRTOS how can I use lwip-tls together ? In the...

DCtech by Associate II
  • 3209 Views
  • 6 replies
  • 0 kudos

Middleware USB HID - How create composite HID

the goal of my project is to modify the ST lib to have composite HID and I would like to have some leads to know what I should modify, for example I know that I have to open an endpoint and also create an supplementary interface for the host but ther...