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

DCMI on STM32F4-Discovery board

Posted on January 08, 2012 at 22:49Can DCMI be used on the STM32F4Discovery board? It appears that there are pin conflicts that make it impossible.PA4 - DCMI_HSYNC conflicts with CS43L22 - LRCK/AN1xPA6 - DCMI_PIXCLK conflicts with LIS302DL - SDOPB6 ...

swenson by Associate
  • 320 Views
  • 1 replies
  • 0 kudos

USART on F4 DISCOVERY

Posted on January 08, 2012 at 11:23I�m a newbe at C and try to get some experience on this board. Working on GPIOs are fine.Now I'm trying USART but is not work. Noting come out the TX Pin on USART3 at GPIO PIN D8 and D9. Mabey someone can have a ...

joerg23 by Associate II
  • 356 Views
  • 1 replies
  • 0 kudos

RTC crash on STM32F103

Posted on January 05, 2012 at 21:45Hello to all, Recently I noticed a strange behavior on STM32F series RTC, I'd like to draw your attention upon. After a hardware failure  (it happened to me many times after an accidental VCC-GND short during board...

abrous3d by Associate II
  • 478 Views
  • 2 replies
  • 0 kudos

RS232 with Discovery: parts needed

Posted on December 12, 2011 at 17:44Hi,I'd like to connect STM32VLDiscovery to my laptop USB via USART.Everywhere I see that to have RS232 on board it is not sufficient to connect USART pins with DB9 connector. RS232 <-> TTL converter is needed (lik...

0690X00000605TbQAI.png

UART Windows problem.

Posted on January 04, 2012 at 13:41Hello. I have a stm32f103vet6. I see that data goes to PC, but I don't see anything on input in PC.My code for stm32:&sharpinclude ''stm32F10x.h''u8 SMS[]=''Hello, my name is STM32F100RB!'';int main(void){     u32 ...

External Memory ( Help ! )

Posted on January 03, 2012 at 14:44HelloI have to try use an external memory for writing and reading same data on stm32 discovery board.Which type memory can i use ?  EEPROM or FLASH ? And how can i connect this device to my board ?Is there anyone t...

Eclipse/JLink/CodeSourcery/GDB run vs continue?

Posted on December 27, 2011 at 16:04Hi Folks-I'm trying to get debugging working on Eclipse.  It appears that the Eclipse debugger wants to send a ''run'' command after loading the image when it should be sending a ''continue'' command.  The debugge...

USB Buffer Descriptor Table help please

Posted on January 04, 2012 at 16:07Hi, I have read through the stm32 ref manual (many times!) and looked at the example firmware through the um0424 packages but I am still struggling to understand how to use the buffer descriptor table. Can someone ...

isochronous high speed USB with STM32F207

Posted on December 29, 2011 at 14:42Hello, i'am looking for an example howto implement an USB High-Speed Device in isochronous mode. I have found several examples for full-speed, but I need Highspeed. Porting full-speed examples to highspeed hasn't ...