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

STML152 EXTI9_5 and USB

Posted on February 26, 2013 at 06:37While trying to get an interrupt working that monitors the USB VCC voltage to detect USB cable connection/disconnection, I found a very strange problem. Whenever USB is enabled (as it should since that's what I'm ...

GPIO Interrupt Issue

Posted on February 23, 2013 at 10:32 Hi , I am using the following code to configure my external interrupt on PH10 , PH11, PH However , the interrupt does not occur when a signal is applied to PH10 , bothe PH11 and PH12 is working ...

External I2S Microphone and the STM32f4 Discovery

Posted on February 25, 2013 at 17:46Hi Is it possible to connect an external I2S microphone to the stm32f4discovery? I know that the board already has a MEMS mic but I need to use my own microphone. Can I route the signals (MCLK, SD, WS, SCLK) to th...

STM32F4 EXTI level-sensitive interrupt problem

Posted on February 26, 2013 at 10:53I am using an STM32F4xx MCU and have configured it for external interrupts (EXTI) on PH2 (rising edge). Everything works OK until the odd occassion when the input to PH2 is left high at the end of the ISR. In this...

USB CDC flow contol

Posted on February 22, 2013 at 10:48I’m using a slightly modified version of the USB CDC example on STM32F205. The modification is that I’m terminating the STM32 end with a simple command line rather than tunnelling to and from a UART. This is a...

trevor23 by Associate III
  • 254 Views
  • 1 replies
  • 0 kudos

stm32f051 usart1

Posted on February 25, 2013 at 14:18 Hi, I'm switching from a stm32f100 to the stm32f051, most of the code is working already. but the usart1 does not work. The output doesn't change when I am trying to send something. Here are some snipp...

Confused with USB FIFO Allocation

Posted on February 25, 2013 at 13:01 This is a piece of code from usb_core.c/* set Rx FIFO size */ USB_OTG_WRITE_REG32(&pdev->regs.GREGS->GRXFSIZ, RX_FIFO_FS_SIZE); /* EP0 TX*/ nptxfifosize.b.depth = TX0_FIFO_FS_SIZE; nptxfifosize.b.startaddr = RX_...

dimax by Senior
  • 152 Views
  • 2 replies
  • 0 kudos

STM32F4 slowed down

Posted on February 26, 2013 at 01:13HI ST COMMUNITY, I just wondering why my stm32f4 Discovery board seems to slowed down, I am still using the same program. I've just powered it on as usual and make it do its usual task of capturing data.. Then whe...

xtian by Associate II
  • 157 Views
  • 3 replies
  • 0 kudos

MCO1 output doesn't output anything

Posted on February 21, 2013 at 23:36Hello all,Can someone help me please?I must be doing something wrong because I can't do something so trivial...I'm trying to output HSI over MCO1, it must be something straightforward, but...void cpu_init_mco( voi...

cherobim by Associate
  • 647 Views
  • 6 replies
  • 0 kudos

USB CDC Driver

Posted on February 25, 2013 at 23:52Hello, Can someone inform me whether I can use (or do I need) USB CDC Driver on Windows CE. I am planning to connect STM32F4 Discovery to Cuwin Touch Screen panel which is operated on Windows CE. I checked the 're...

Labels