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

Bridging I2C Ports Using DMA

Posted on July 16, 2012 at 18:14Hi,Just a very quick question - is it fairly easy or even possible to bridge or tie 2 I2C ports together using a DMA. It's just something that I'm looking to do due to a change in a requirement whereby we just want to...

dclark9 by Associate II
  • 655 Views
  • 4 replies
  • 0 kudos

Best declaration of array of strings

Posted on July 14, 2012 at 17:09Hi all, I am developping an application on 16K RAM device and I am facing limitation of RAM size so I want to optimize the definition of the following pointer to strings and I want to  know if I am well understanding ...

NVIC interupt nesting and the SCB->ICSR register

Posted on July 16, 2012 at 23:46I use the ICSR register inside an interrupt service routine to determine which vector was used.  I use the low 9 bits to identify the currently active interrupt. I'm not clear on what happens to the ICSR if nested int...

STM32F205RBT6 Alternate function mapping

Posted on July 16, 2012 at 12:02Hello, Can someone please explain to me how the alternate function mapping works? I found the alternate mapping table in the datasheet but how to read it. What is the default location of peripherals. For example by d...

spi interrupt problem for lsm330dl

Posted on July 09, 2012 at 12:33i try to use the spi interrupt , but the whole program just hanged at case 101 which is in the void GYRO_Task(void),  it shows me ''+++''. anything wrong? here is some part of my code.  #ifdef GYRO_SPI_USE_INTERRUPT  ...

Conflict with two EEPROM

Posted on July 06, 2012 at 10:02Hi, With a STM32, I have a problem to select either EEPROM (M24LR64-R and M24M02-DR) on the same bus I2C. Here are the ''device select code'': For M24LR64-R:  1 0 1 0     X 1  1 X In the order:  1 0 1 0 = Device ...

does debugging erases data eeprom?

Posted on July 15, 2012 at 12:07Hi, I am using the discovery board (stm32l) using gcc and the gdbserver from Atollic. My program can erase the data eeprom and write some new values in it, However when I start a new debug session the contents seems t...

wdehoog by Associate
  • 218 Views
  • 0 replies
  • 0 kudos

USB Host Firmware and STM32 - Pay or Free

Posted on July 11, 2012 at 15:39 Hello ALL We have already completed a project with the STM32F It took some time to get up to speed but eventually we did, and completed a complex project. Now we have a project which could work with a s...