STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

SD CARD FAILS ON CALL FMOUNT STM32F107

Posted on August 04, 2017 at 22:49I am having strange problem on some boards, we use stm32f107, it was developed 3 firmware, the first one to check if flash sector of application firmware need update, second one to erase flash of application firmwar...

giovani by Associate II
  • 241 Views
  • 0 replies
  • 0 kudos

stm32f103 cubx fatfs problem

Posted on August 04, 2017 at 16:41hii used open file unsigned char read_file (char *filename,unsigned long address,uint8_t *data){ FIL MyFile; /* File object */ char SDPath[4]; /* SD card logical drive path */ FATFS FatFs; /* Work area (file system ...

TIMx_SMCR->SMS - 3 bits or 4?

Posted on August 02, 2017 at 19:28RM0351, section 31.4.3 slave mode control register. chart shows SMS[2:0] but the description of SMS on page 1032 describes a 4 bit number

STM32L443 don't recognize all types of SD cards

Posted on August 04, 2017 at 10:01Hello everyone,I'm working on a project, where I need to store datas on an SD card. I use an STM32L443 microcontroller. The controller communicate with another device through UART communication, and save the datas t...

STM32F427 USB DFU DEMO PROJECT

Posted on August 04, 2017 at 11:24Hi, the STM32F427 has 256KB ram.In the file  USB_Device/DFU_Standalone/Src/main.c/* Test if user code is programmed starting from USBD_DFU_APP_DEFAULT_ADD address */ if(((*(__IO uint32_t*)USBD_DFU_APP_DEFAULT_ADD) &...

Timer generate a delayed pulse with same width as input

Posted on August 02, 2017 at 20:25Hi all, is it possible to use timer to capture the input pulse, and generate the output pulse with same width and a certain delay.I have tried use one pulse mode with connect input on two channel, one trigger with r...

0690X00000603zfQAA.jpg
Alex Z by Associate II
  • 874 Views
  • 9 replies
  • 0 kudos

Stm32f469 read protection L1 factory settings?

Posted on August 02, 2017 at 22:17Hello, I have a question about the first time programming of the STM32F469 (and probably other chips of the same family). I am designing a 469 powered board and I just built one prototype. I was able to connect the ...

Digimorf by Associate III
  • 560 Views
  • 6 replies
  • 0 kudos

stm32 timer config at 1us bug

Posted on August 03, 2017 at 19:00hey alli configed timer for 1us timer interrupt but how can i be sure my timer interrupt is 1us ?my microcontroller is stm32f103c8t6 her RCC configed with pll on 72Mhz external crystal 8Mhzmy timer function void TIM...

QSPI+Fatfs

Posted on August 04, 2017 at 09:55Good day! i would like to ask how i can to create a FatFs layer on QuadSPI-Flash. I work with STM32F746NGH. The first i have created i user_diskio(file added in attach). I use BLOCK_SIZE 4096 bytes, because it's min...