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

ADC EOC Interrupt

Posted on May 30, 2011 at 15:08The original post was too long to process during our migration. Please click on the attachment to read the original post.

blimmer by Associate II
  • 683 Views
  • 4 replies
  • 0 kudos

DMA transfer between ext. Memory to SDIO problem

Posted on May 30, 2011 at 18:43Hi guys, I am working on a customized board with STM32F103. I am using SDIO example from library (V3.4) but modified the memory addr to external memory addr. I got problem when DMA transfer data from external memory to...

xzhang2 by Associate II
  • 457 Views
  • 3 replies
  • 0 kudos

RTC WaitForSynchro

Posted on May 31, 2011 at 10:28hi all, I'm using a RTC (for the first time!). During the RTC_Configuration function, execution stops in RTC_WaitForSynchro() call. void RTC_Configuration(void) {   RCC_LSICmd(ENABLE);   while (RCC_GetFlagStatus(RCC_FL...

Using USB Hid to send float/double

Posted on May 29, 2011 at 22:53Hi,I just started working with Hid class to communicate via USB with STM32F103VB. I managed to send few bytes of data at once usingUserToPMABufferCopy(Send_Buffer, ENDP1_TXADDR, 5);where Send_Buffer is declared asu8 Se...

Fixed point library

Posted on May 31, 2011 at 11:10Hi all, In my project, I am using a GPS to measure some distances, and some angles combined with a magnetometer. Therefore, I have to do a lot of floating point operations. It's dirty, it's slow, and it's taking a lot ...

Kuikui by Associate III
  • 1358 Views
  • 4 replies
  • 0 kudos

STM32F2XX Interrupts

Posted on May 30, 2011 at 20:36I have recently ported an application from the STM32F107 to the STM32F217 using the CrossWorks from Rowley tool chain.  My '107 project builds and runs correctly.  Amongst other things this project uses interrupts to m...

configuration register (stm32f107)

Posted on May 30, 2011 at 16:50hello, does anyone have already done this for GPIO? (port A, Port B, Port C, Port D and port E). a notepad will be enought. I'm programing on IAR embedded workbench (C laguage.) I need to transfert datas with USB and ...

USB host

Posted on May 27, 2011 at 20:52Hi all ; I used stm32f105 and 103 in some projects ; but now I need to use 105. I need to do this so please tell me if 105 is ok and suggest please some ideas and technical notes : I need host USB to communicate with ...

sami by Associate II
  • 176 Views
  • 1 replies
  • 0 kudos