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

STM32F401 USB without HSE

Posted on March 05, 2014 at 12:59I'm looking at making a device with the STM32F401, and I'm wondering if USB on it can function without a HSE crystal?The clock diagrams seem to imply that PLL48 can work off of HSI, but the reference implies that USB...

gw by Associate II
  • 1560 Views
  • 5 replies
  • 0 kudos

Change the speed of GPIO

Posted on March 06, 2014 at 12:41Hi there, I want to change the speed of GPIO for STM32f4 discovery board. The maximun speed I can get on specified pin is 6 MHz and I want to get 20 Mhz. we know that the discovery board has external clock circuit to...

ali2003a by Associate II
  • 1010 Views
  • 6 replies
  • 0 kudos

Reset of Timer

Posted on March 07, 2014 at 03:15 Hi , I have a timer programmed to monitor a timeout event using timer interrupt(every 100ms). If the event occurs within the time (100ms) i would like to refresh the timeout. Is the below code a...

stm32f405, help on jtag programming

Posted on March 06, 2014 at 00:08Dear all, i am trying to program a stm32f405 just soldered on a prototype pcb. Seems jtag TAP is accesible, but for some reason i cannot halt the cpu: Open On-Chip Debugger 0.7.0 (2013-08-04-10:13) Licensed under GNU...

Angelo1 by Associate II
  • 749 Views
  • 2 replies
  • 0 kudos

InitStructure Significantly Changes USART Output

Posted on March 05, 2014 at 23:37Hi all, I'm hoping this is an easy one and just something I am missing. A google didn't return anything obviously relating to my problem. I have some messy code that sets up my USART peripheral correctly. I have used...

i_ by Associate II
  • 1956 Views
  • 11 replies
  • 0 kudos

Analog watchdog/STM32F4

Posted on March 06, 2014 at 09:37Hi I still could not understand the operation of the analog watchdog. For example I want to protect a short ciruit in the H-bridge ; so I put the shunt resistor and set the limit of the maximum current ; for exampl...

reference manual for LCD

Posted on March 06, 2014 at 09:55Hi everyone. today I'm newbie in LCD. I discover the LCD LCM DT192x64 but I don't have any ebook or reference manual about that, I already searched on google but I get another. If you have any book relative with my ...

STM32F4 DISCOVERY wrong EXTI port

Posted on March 04, 2014 at 23:10 I'm trying to do a pin interrupt (EXTI).   My code:  // IRQ handler for EXTI0 void EXTI0_IRQHandler ( void ) { EXTI->PR = 1UL << 0; buttonPress = 1; } int main ( void ) { // some system stuff here ... ...

ppkettu by Associate II
  • 713 Views
  • 3 replies
  • 0 kudos