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

Help, How to set Read protection in STM32F207

Posted on August 18, 2011 at 07:34use API set the RDP to Level_2 : if ((*(__IO uint8_t*)(OPTCR_BYTE1_ADDRESS) != (uint8_t)OB_RDP_Level_2))  {   FLASH_OB_Unlock();   FLASH_OB_RDPConfig(OB_RDP_Level_2);   FLASH_OB_Lock(); } and read value from OP...

jun_01 by Associate
  • 330 Views
  • 2 replies
  • 0 kudos

SPI NSS configuration and use - Help please

Posted on August 01, 2011 at 10:17Please could someone post the details to manage the SPI NSS signal? I want to use the SPI as a full-duplex master (sending and receiving data simultaneously). I have read many posts about the NSS deficiencies in the...

John F. by Senior
  • 2551 Views
  • 6 replies
  • 0 kudos

stm32f207 LCD

Posted on August 08, 2011 at 10:13hi.  i would like to start anew project with stm32f207 with lcd. i know that the stm32f207 can controll lcd throw FSMC bus my question is whats the maximum size of lcd i can use and how do find whitch LCD monitors i...

ezrab by Associate II
  • 1094 Views
  • 10 replies
  • 0 kudos

STM32F-2 series FSMC

Posted on August 17, 2011 at 00:55Are there any code examples or documentation of different types of PSRAM which have been used on the flexible static memory controller of this family?  #stm32f-2-fsmc-psram

pej02 by Associate
  • 345 Views
  • 1 replies
  • 0 kudos

using ADC

Posted on August 10, 2011 at 22:29hey everyone,it is first time for me programming any kind of processor and trust me i am trying very hard to figure out..i am using STM32VL discovery board in my project work.i have 3 sensors which will give me ADC ...

STM32F207VGT6 OTG FS doesn't start

Posted on August 12, 2011 at 19:06Hello.I have a problem with starting OTG FS in Device mode. I will try to adapt project example ''STM32_USB-FS-Device_Lib_V3.3.0'' for this STM32F-2 chip, but USB doesn't run. For new chip I'll do next: 1. Prepare s...

denlok by Associate II
  • 381 Views
  • 4 replies
  • 0 kudos
Labels