STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

SDMMC + FileX on U545

Is there any update on this issue? I have similar problem with being not able to initialize SD Card using SDMMC1 + FileX + ThreadX. Getting SDMMC_FLAG_CTIMEOUT while initialization (SD_PowerON() function). Does someone have maybe a working example of...

MDaniol by Associate
  • 104 Views
  • 1 replies
  • 0 kudos

Implement WebSocket Protocol on STM32?

Hello,I am currently working on a project with an HTTP server, successfully implemented using FreeRTOS. In this setup, I handle client requests for opening and collecting data from the client side. However, since I need to display real-time data on a...

AS5 by Associate II
  • 604 Views
  • 7 replies
  • 2 kudos

Newer ThreadX versions

Hello,do you plan to release newer version of Eclipse ThreadX X-Cube packages?We are using x-cube-azrtos-f7 1.1.0 which contains ThreadX V6.1.10 which is outdated and insecure.Even remote code execution is possible: https://github.com/eclipse-threadx...

File Hierarchy problem in MTP

Hello.I am using USBX pima_mtp device class.The project uses the example from @example with some changes:Storage type was changed to ierarchical.Added support for image type associations.MTP functions were implemented in ux_device_pima_mtp.c Each obj...

root__1 by Associate
  • 282 Views
  • 1 replies
  • 0 kudos

DALI 2 DT8 Tuneable White software stack

Does anyone know if there are any software stacks available through ST that support DALI 2 colour tuneable (DT8) control gear devices (LED drivers). I can see that ST have a third party offering from MBS Solutions that claims to offer full DALI2 supp...

Bill2 by Associate
  • 67 Views
  • 0 replies
  • 0 kudos

Resolved! Use of .c or .h files

Hi, I am curious one thing when using the HAL libraries. Just as an basic exapmle i assign LED1 to PB12 pin of STM32F070CBT6 as an GPIO_output. And i want to use HAL_GPIO_WritePin(GPIOB, LED1, LED1_SET); instead of HAL_GPIO_WritePin(GPIOB, GPIO_PIN_1...