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

emide on STM32f

Posted on May 25, 2014 at 12:27hello I am trying to use emide on STM32f100c8 , but I am facing some problems specifically with integration and linking with STM32F10x_StdPeriph_Driver ?and now I am stuck with errorobj\Debug\Src\STM32F10x_StdPeriph_Dr...

Point to a char array for displaying on LCD?

Posted on May 24, 2014 at 16:27 Hi, i have a bmp085 bosch pressure&temp sensor, wich i want to show my data in format 4 degree The raw readings are ok, i have the following code going uint8_t tlsb; uint8_t tmsb; uint16_t t...

Bogdan by Senior
  • 808 Views
  • 3 replies
  • 0 kudos

STM32F429 Debug Viewer Usage

Posted on May 21, 2014 at 12:57Hi, i'm working on stm32f429 with keil uvision v5. I came up to some discussions about debug viewer at keil forums(like this http://armcortexm.blogs.upv.es/stm32f4-discovery-and-printf-redirection-to-debug-viewer-in-ke...

input capture help or other suggest

Posted on May 20, 2014 at 01:21hello I am using STM32f100C8 on this controller implemented : Tim4 that work as global clock for all the functions (generating ticks and counter with  flags compare to seconds )Tim3 work as PWM but it implemented man...

STM32F4 Flash overwrite

Posted on May 21, 2014 at 19:53Hey, I am using STM32F405 as the controller in my project. We have hundreds parameters needed to be saved in the Flash memory and this parameters will be modified one by one during the running. The problem is the flash...

kqian by Associate II
  • 588 Views
  • 2 replies
  • 0 kudos

Buffer selection - lowest power modes

Posted on May 23, 2014 at 13:20I am using STM32F205RBT6 & have to make it battery operated . So lowest power consumption is desired.What should be setting for:1. Prefetch buffer :   I have turned off2. Instruction cache :   I have turned off3. Data ...

I2C problems - ADDR bit is not set

Posted on May 24, 2014 at 11:45Hi everyone, I'm trying to implement I2C1 on stm32f4-discovery to let the kit contact with a light-to-digital sensor TSL2581CS ..In the following code, the <b>I2C_CheckEvent(I2Cx, I2C_EVENT_MASTER_TRANSMITTER_MODE_SELE...

Why always to stop clock for read by SPI interface ?

Posted on May 19, 2014 at 01:48uint8_t P_LIS302_Read1Adr(uint8_t adr) { uint8_t ret_wert=0; uint8_t spi_wert; // Chip Select to Lo P_LIS302_CS( Bit_RESET);// read an address spi_wert=(adr&0x3F); spi_wert|=0x80; // 0b1000 0000 or // Send address...

gusonela by Associate II
  • 562 Views
  • 5 replies
  • 0 kudos