STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Azure RTOS licensing..

HiMy 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...

meghasb by Senior
  • 3116 Views
  • 21 replies
  • 0 kudos

how to setup time stamp on SD card

I do have RTC working and SD, I found this code FRESULT set_timestamp (char *obj)   {   FILINFO fno;   HAL_RTC_GetTime(&hrtc, &sTime, RTC_FORMAT_BIN);      HAL_RTC_GetDate(&hrtc, &sDate, RTC_FORMAT_BIN);   int hour = sTime.Hours;   int min = sTime.Mi...

MNapi by Senior III
  • 1100 Views
  • 5 replies
  • 0 kudos

Problem with I2C on STM32H7A3IIK6

Hi, i'm developing a project on STM32H7A3IIK6 [cortex M7] and i'm having a problem using the I2C peripheral with the ST HAL functions. I've initialized the peripheral and enabled the Event and Error Inpterrupt with TX and RX DMA and, sometimes, i hav...

Miglio by Associate II
  • 2921 Views
  • 15 replies
  • 0 kudos

Hello Everyone, I need to write sd card approximately 300 bytes per millisecond and in parallel get these data from another devise via spi, are there some suggestions how to do?

Hello Everyone, I need to write sd card approximately, 300 bytes per millisecond and in parallel get these data from another devise via spi, are there some suggestions how to do?I have tried to use SDMMC1 + Freertos, but I cant communicate with sd ca...

HHako.1 by Associate III
  • 765 Views
  • 3 replies
  • 0 kudos