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

Migrating from STM32F103RBT6 to STM32F102R8T6

Posted on August 23, 2016 at 13:24Hi,I have developed a USB HID device using STM32F103RBT6 micro and want to move to lower cost IC STM32F102R8T6. Since the stmf1xx library remains same and on seeing the stm32f102 datasheet there is no much differenc...

stm32 fatfs sdio

Posted on August 18, 2016 at 15:44Hi I am trying to use fatfs with my 8gb microsd card on my own stm32f429 board. I use 1-bit sdio configuration and i use the cubemx fatfs example Project for eval board. if(FATFS_LinkDriver(&SD_Driver, SDPath) == 0)...

er3481 by Senior
  • 1613 Views
  • 7 replies
  • 0 kudos

HAL callback's got me curios

Posted on August 17, 2016 at 09:42 Hi guys, I am currently working on an library myself, and I like the way st is doing certain things, so I am ''lending'' myself ideas from the HAL. One thing in particular caught my eye, the callb...

hof2 by Associate II
  • 489 Views
  • 1 replies
  • 0 kudos

DMA of STM32F4 questions about some parameters

Posted on August 17, 2016 at 17:35Hello,     i am trying to program DMA of STM32F4-DISCOVERY board. But I am not able to understand some parameters. 1.In Burst mode, what does  an incremental burst transfer of 4/8/16 beats means.2.In threshold confi...

ninad911 by Associate III
  • 1550 Views
  • 1 replies
  • 2 kudos

Multichannel ADC reading

Posted on August 16, 2016 at 18:31Hi,I am trying to read two adc channels number 10 and 11 with cubemx output. I can read the 10th channel with this code:HAL_ADC_Start(&hadc1);HAL_ADC_PollForConversion(&hadc1,10);value_adc=HAL_ADC_GetValue(&hadc1);H...

er3481 by Senior
  • 2467 Views
  • 9 replies
  • 1 kudos

STM32F746G- usb device mass storage with RTOS

Posted on July 19, 2016 at 16:03hi,      i have compiled and flashed the USB mass storage standalone project from STM32Cube_FW_F7_V1.1.0 STM32F746G MCU it works fine. but i have linked the same files with my project with RTOS now it showing in compu...

rajesh23 by Associate II
  • 1749 Views
  • 9 replies
  • 0 kudos