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

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
  • 877 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
  • 423 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
  • 283 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...

CDC HOST enumeration problem.

Posted on June 06, 2018 at 10:22I have CDC HOST. (stm32f205)It is work normal, but when i connect to this same device(CDC Device (stm32f303 )) i can get a problem with enumeration.  It is if device in resert or not started normaly.  In this case HOS...

reserv70 by Associate II
  • 156 Views
  • 0 replies
  • 0 kudos
Labels