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

USB cdc host can not see device after second connection

Posted on February 06, 2014 at 17:06I found a weir problem on me usb cdc connection. I have one cdc device and one cdc host. Every time I connected device to host, host looks like find another device (VID:0069h, PID:0063h) and stuck there. I have to...

kqian by Associate II
  • 171 Views
  • 0 replies
  • 0 kudos

USB cdc speed is too low

Posted on February 06, 2014 at 16:35I am using cdc device to send message(32 byte length) to host with full speed. The message is send out every 1ms, while the host can only receive the message once around every 20ms second. Looks the speed is too s...

kqian by Associate II
  • 301 Views
  • 0 replies
  • 0 kudos

STM32F4 discovery External interrupts not working

Posted on February 06, 2014 at 07:49I wrote a code to generate rising edge interrupts for a 4MHz clock input to the board. The 4MHz input is generated by MCO while the core is pushed to 168MHz. I found that certain interrupts are not being tacked at...

0690X00000605XEQAY.png
sankhar by Associate
  • 325 Views
  • 2 replies
  • 0 kudos

problem with SlaveMode and interrupt

Posted on February 06, 2014 at 14:06 Hi, I need help with my Stm32F4 In this example I want to clock Tim4 with Tim2 using the slave mode. This is working fine! But when I want to use Tim4 to rise an update-interrupt this line stops the MCU. So...

STM32L152 OPAMP Output current?

Posted on February 05, 2014 at 18:41Hi All!I would like to use the  STM32L152  Opamp output pin to pulse drive the MOC3020 optotriac.The pulse current should be ca 15mA-20mA for the optotriac to fire up under any temp. conditions.Can I source this a...

Tom by Associate II
  • 295 Views
  • 2 replies
  • 0 kudos

Vref- minimum on stm32f103

Posted on February 06, 2014 at 09:26Hello together, i´ve been searching for information about the minimal voltage wich has to applied to Vref-. In particularly it is around the stm32f103CBT6. I´ve used the search function in the RefManual, but co...

Does TIM restart or resume

Posted on February 05, 2014 at 20:09Hi,how does the TIM behave if I perform a Disable/Enable sequence?Does it continue from where it were or will it restart from 0, (or ARR when downcounting)?/Peter

STM32F415RGT6 UART4 RXNE Interrupt ?!

Posted on May 22, 2012 at 15:25Hello, I try to work with the UART4 RXNE interrupt but something went wrong.     // USART2-TX, UART4-TX     GPIO_StructInit(&GPIO_InitStructure);     GPIO_InitStructure.GPIO_Mode = GPIO_Mode_AF;     GPIO_InitStructure...

dennis23 by Associate II
  • 690 Views
  • 6 replies
  • 0 kudos

TIM5 interrupt goes to default handler

Posted on February 05, 2014 at 23:54 I have just implementet a Low Speed Internal (LSI) oscillator calibration using a timer connected to the High Speed External (HSI) crystal. Right after I enabled the timer interrupt (and probably interrupt fi...