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

stm32 RTC Time Setting and Recalling

case 1time_t Timestamp;Timestamp = gettime();uint8_t *data_ptr = &body_q[1];for (int i = 1; i <= 4; i++) {body_q[i] = (Timestamp >> (8 * (4 - i))) & 0xFF;}            break;        case 2:         memset(time_check, 0x0, sizeof(time_check));         ...

ark2 by Associate III
  • 1822 Views
  • 1 replies
  • 0 kudos

Logging Library on SDCard with FreeRTOS

Hello,Working on different projects, I would like to implement a library that could either printf/write on FatFS logs, debugs informations, ...I'm wondering if there are any existant library that could do the job. Looking on STM32 references, I have ...

ANauz.1 by Senior II
  • 1146 Views
  • 0 replies
  • 0 kudos

STM32H735 CDC & DFU

Is their any possibilty to use CDC and DFU due to the same USB Port, by switching it by software? And is their any example for it? I tried several things but couldn't find any solution. The configuration at CubeMX Just allows one Class for USB_DEVICE...

Tedico_0-1694601054184.png
Tedico by Associate II
  • 1918 Views
  • 5 replies
  • 0 kudos

Resolved! STM32H7 RAM and DMA after bootloader not work

Hi everyone, I have a problem with placing data in RAM from DMA with H7. I have a custom bootloader that then jumps to the application that uses ADC, + DMA, TIM + DMA etc.. I ran the classic __attribute__((section(".D1buffer"),used)) and modified it ...

Create USB-PD3 Sink Device Using PD2 Source

I am using a NUCLEO-G071RB dev board with a X-NUCLEO-SNK1M1 expansion board to create a USB PD sink application. I downloaded the project files from this GitHub repo x-cube-tcpp/Projects/NUCLEO-G071RB/Applications/USB_PD /SNK1M1_Sink/ and only change...

jvl97_0-1694644123940.png jvl97_1-1694645130683.png jvl97_2-1694645141671.png
jvl97 by Associate
  • 1309 Views
  • 2 replies
  • 0 kudos