STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

F_mount function is not working with STM32F401ReTx

Posted on June 06, 2018 at 12:18 I have written some simple code (with the help of STM32CubeMx) for STM32F407VGTx to create a file in SDcard. Although it works perfectly with 407, it is not working with STM32F401ReTx. To be clear, I have generate...

STM32 ADC DMA without Interrupt

Posted on June 01, 2018 at 10:47Hello!Is it possible to use the ADC in DMA mode without enabling the interrupt? I really do not need the interrupt because it will block the rest of my programm, which is very important to not be blocked. The ADC runs...

How to index diferent GPIO ports and pins

Posted on June 06, 2018 at 08:09Hello,i have a aplication where a SPI master from the stm32 chip is connected to 30 pieces of mux chips.Each of the 30 spi channels has a enable signal connected to diferent gpio ports on the mcu side.The enable signa...

Bogdan by Senior
  • 1347 Views
  • 3 replies
  • 0 kudos

STM32F0 and Read Out Protect problem

Posted on May 19, 2017 at 07:30I want to protect ST32F030 code RDP_Level_1. I use stadrard perihperial library and call protect function when program starts:void ProtectMcu (void){    if(FLASH_OB_GetRDP()==SET) return;    FLASH_OB_Unlock();    FLASH...

wadi by Associate II
  • 815 Views
  • 2 replies
  • 0 kudos

Safe eject event in USB MSC

Posted on May 30, 2018 at 05:26I'm developing USB MSC features with chip STM32F779 using SD Card .Now I can read/write/format data in SDcard. But there is 1 issue is I can not do Safe Eject the USB from Window. Window said that the device is “safe t...

Hau Lam by Associate II
  • 560 Views
  • 1 replies
  • 0 kudos

How to display a jpeg while decoding?

Posted on June 05, 2018 at 16:22Hello,we are trying to decode a jpeg on the STM32F769I-DISCO and display it on the LCD while decoding. For that we modified the JPEG example JPEG_DecodingUsingFs_DMA a little bit. Here is the important part of code:un...

Switch Nucleo program from a prototype

Posted on June 06, 2018 at 10:48Hello, I made a model NUCLEO-L053R8 card containing modules X-NUCLEO-IKS01A1 and X-NUCLEO-IDS01A4. Now,I want to switch my program used for the NUCLEO card to another project, that of my prototype which containing a S...