STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! DFU Serial Number

I am looking at the code here that has the algorithm for producing the device serial number reported when the MCU is in USB DFU mode.https://github.com/libopencm3/libopencm3/blob/master/lib/stm32/desig.cThe document they reference there, https://my.s...

How forward data from COM PORT to UART

I want to forward all data received at the VCP with USB FS to UART how can i implement this specific in code?I have been searching for long time for this and i have not found any good example of it.Can you please help me?Until now i am doing this lik...

arduo by Senior
  • 791 Views
  • 1 replies
  • 0 kudos

Resolved! Forward Data from VCP to UART

How can i forward data which i received at my COM Port via USB FS to a UART of my Choice?I already send data to UART5 and i measured it with an osci and its workinghar buffer[] = "TEST"; HAL_UART_Transmit(&huart5, buffer, sizeof(buffer), HAL_MAX_DELA...

arduo by Senior
  • 760 Views
  • 7 replies
  • 0 kudos

STM32F769 Discovery Board

I am currently trying to use the DFU mode on the STM32F769 Discovery Board. I have shorted a connection to VCC to pull BOOT0 to 3.3V (From Schematic R19). I have wired up PA11, PA12 and ground (Using USB pins) to the arduino connector on the board...

IAgui by Associate II
  • 403 Views
  • 2 replies
  • 0 kudos

FreeRTOS with HAL

Hello,We are using FreeRTOS  with HAL.FreeRTOS is used with CMSIS OS APIYet, it seems that for correct functionality of FreeRTOS above HAL, additional code modification are still required:CMSIS OS has API mainly for semaphore, threads, but not for HA...

ranran by Senior II
  • 334 Views
  • 0 replies
  • 1 kudos