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

iic with stm32f100

Posted on October 28, 2012 at 12:52Hello, i'm trying to access a compas modul with my stm32F100 (ST32VLDiscovery). I'm trying to do that directly accessing the registers. I think writing the data is ok, but reading doesn't work. I send the start, th...

EXTI on PC3 rising edge only : pull-down ?

Posted on November 07, 2012 at 12:53Hi all,One question about EXTI : I have to trigger an external interrupt on pin PC3 of my STM32F405RG.So I have to configure EXTI3 for rising edge, but is it a good practice to enable pull down to avoid false trig...

neoirto by Associate II
  • 188 Views
  • 0 replies
  • 0 kudos

Stm32f105 don't enter dfu mode

Posted on November 05, 2012 at 11:29Hello, I designed a board which contains stm32f105 microcontroller, and i want to use DFU as bootloader in order to download my program to the micro controller through usb port. I put BOOT0 =1, and BOOT1=0 PA10=PD...

hisham23 by Associate II
  • 242 Views
  • 1 replies
  • 0 kudos

CAN BUS

Posted on November 06, 2012 at 13:12Hi,I was looking for an example of a CAN BUS for STM32F4 can you help?

orn by Associate II
  • 192 Views
  • 3 replies
  • 0 kudos

STM32 communicate with MIPI RFFE interface.

Posted on November 05, 2012 at 23:47I am thining of to use STM32 to communicate with MIPI interface. Please see the typical format in the attachment. It is hard to do that with PIC18F controller, for data rate up to 26MHz; by-directional TX/RX SPI l...

Bootloader version

Posted on November 05, 2012 at 15:09Hello, I have these information written on the stm32f105 micrcontroller STM32F105 VCT6        Z 990TD   93 MYS 99 045 I have read that it depends on the date code of the microcontroller which is 045 in my case. Wh...

hisham23 by Associate II
  • 419 Views
  • 6 replies
  • 0 kudos

LIS3DH g-sensor read byte problem

Posted on November 06, 2012 at 13:35hi all, i am working on LIS3DH acc. with stm32f100c8.i read WHO AM I byte(0x33) but i cannot read z axis value(2Dh)..please any suggestions? here is my read one byte funct.slaveAddress 0x32ReadAddr 0x2D //z axis v...

Timer output toggle issue

Posted on October 25, 2011 at 20:02Hi all,I have a strange problem using Timer1 in Output Toggle mode. My objective is to generate square waves of different frequencies using the same timer. I've based my code on the 'TIM_OCToggle' example in the St...

Labels