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

Hardware port fault

Posted on November 17, 2013 at 19:37I have esperiencing port hardware fault in my prototype. I want to say exactly that the port doesn't work.One of th ethings that happend to my device few month ago is that the port PA0 doesn't write anything if I ...

juanjo by Associate II
  • 2783 Views
  • 13 replies
  • 0 kudos

Generating 100us timer base & cnt (STM32F205)

Posted on November 04, 2014 at 13:461. I have STM32F205 running at 120Mhz with external 16Mhz crystal.Prefetch , Data & Instruction buffer on. timer is clocked by 60Mhz2. task is to toggle 10 pins with a base count of 100us.i.e User will enter numbe...

Wakeup from Standby doesn't work on toggle

Posted on November 03, 2014 at 10:14I work with the Wakeup pin (PA0) as STandBy wakeup.When I set PA0=''0'' change it to WakeUP pin  and then enter StandBy. When I make PA0=''1'' it get out of the Standby state and work as usuall.But when I enter to...

Barbie by Associate II
  • 780 Views
  • 5 replies
  • 0 kudos

STM32F042K6T6 ADC Problem

Posted on October 31, 2014 at 21:24I have a strange problem. I use the code below on the STM32F05 series and it works just fine. Transfer it to the STM32F072 and it does not work. When applying voltage to any given port, the ADC readings change on m...

Question about Clock enable

Posted on November 03, 2014 at 18:32Hello, let us assume I want to put all pins of GPIOA into pull-up, but don't need GPIOA later. After enabling RCC_AHB1ENR_GPIOAEN and setting the mode in GPIOA can I safely disable RCC_AHB1ENR_GPIOAEN again withou...

Is SDRAM necessary that STM32F429 support TFT LCD?

Posted on November 02, 2014 at 13:52STM32F429V has 100 pins and support RGB565. In order to support TFT LCD, more memory is needed. Does it need to add external SDRAM? 429 has 256k internal RAM. Is it enough to support TFT? Actually, the application...

ray by Associate II
  • 941 Views
  • 7 replies
  • 0 kudos

STM32F429 24 bit RGB888 mode not working

Posted on November 03, 2014 at 15:41We are facing problem with 24-bit RGB888 mode. Most of the time 2-3 LSBs of R, G and B have noise data coming out.  For some particular pattern of data like all 1s written to frame buffer the data coming out as ex...