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

CubeMX and repository examples

Posted on August 13, 2016 at 00:31Hi, I'm new to programming the STM32 micro. That's way the Cubemx tool is very helpful for initializing the STM32. Also ther are a lot of examples in the repository, but i don't understand why the examples are not w...

STM32F103+SDIO+FatFS fault issue

Posted on August 16, 2016 at 04:31I have a project generated by ST32CubeMX that uses the SDIO hardware to talk to SD cards that is generating a hard fault when doing any sort of file access.  I'm not sure exactly what is going on since the project i...

drew by Associate III
  • 633 Views
  • 4 replies
  • 0 kudos

stm32f4 mp45dt02 sampling above 16k not working

Posted on December 22, 2013 at 14:55Hello.I'm using mp45dt02 mic on the discovery board and just forwarding data to cs43l22. For sampling freq 16k is working fine, but if I want higher Fs, it doesn't work anymore. I'm only hearing beeping/scratching...

ST32 2x7 Frame Transmission

Posted on July 09, 2013 at 08:50Good morning everyone,I'm currently working on a project with a ST32 and my goal is to be able to give him simple instruction in Modbus TCP/IP thanks to an Ethernet cable. Presently I've been able to code functions in...

PCB Document in Design/Schematic Packs; Downloads

Posted on August 11, 2016 at 17:37Hi, I'd like to designe a PCB with a STM32F7xx. You use to have in the Design/Schematic Packs also the xxx.PCBDOC. E.g. STM3210C-EVAL (MB784C, MB785A) They  save lot of work and time. But I miss the PCB Document for...

christos by Associate II
  • 1779 Views
  • 6 replies
  • 0 kudos

basic bootloader for M0

Posted on June 20, 2016 at 23:21Hello Forum, I've been reading on the forums about custom bootloaders stored in flash and I was wondering if there was another possibility (possibly because I want to avoid messing with stack pointers, reset vectors e...

stenasc by Senior
  • 2587 Views
  • 43 replies
  • 0 kudos

STM32 external sdram strange problem

Posted on August 12, 2016 at 07:27STM32 external SDRAM(32bit width,FSMC interface) 16bit and 32bit writing OK,but 8bit writing is not OK, shown below,source file is also attached. Test Results uint8_t  write_buf1[100];write_buf1[0] = 0x01;  //0xC000...

lbguan by Associate
  • 576 Views
  • 2 replies
  • 0 kudos

fp issue: vstm/vldm all 32 fp registers at once

Posted on August 12, 2016 at 01:09 A few details: both code and data caches are enabled. 216MHz SysClk. Timer ISR schedules a task every millisecond. SCB.SHCSR=1<<18 to enable use of usage fault ISR for the fp trap handler. All ISR’s mentioned a...

picguy2 by Associate II
  • 553 Views
  • 2 replies
  • 0 kudos