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

Timer configuration

Posted on March 23, 2015 at 17:56 Hello, I using a STM32F103 processor and Keil uvision MDK. I have this timer configuration in my project: TIM_TimeBaseInitTypeDef timerInitStructure; RCC_APB1PeriphClockCmd(RCC_APB1Periph_TIM2...

hospodar by Associate III
  • 338 Views
  • 4 replies
  • 0 kudos

STM32F103 and Gyro ITG3200

Posted on March 22, 2015 at 06:00 Dear all, I am doing a project with the quadcopter. At this time, I can read the data of accelerometer ADXL345 exactly but the gyro sensor ITG3 I use I2C to communicate the sensors, and the results of IT...

STM32 Debug error

Posted on March 06, 2015 at 21:19Hello, I really need help. I use CoIDE to made my firmwares, but sometimes I've a error when I try to program or debug my own board using ST-Link from any dev. board from ST.I'm using SWD conection, and sometimes it ...

STM32F429DISCO SPI

Posted on March 23, 2015 at 21:36 Hello. I have some problems with SPI of my STM32F429DISCO board. I want to read ''WHO_AM_I'' of L3GD But when I read received data there is many different numbers, but not 0xD4. I'm created project with stm32cub...

bahec06 by Associate
  • 137 Views
  • 0 replies
  • 0 kudos

ptp initialisation on stm32F407

Posted on March 23, 2015 at 16:58 Hallo, Regarding STM32F407ZGT6 controller chip on an Olimex stm32-e407 board. I have a problem with initializing the fine adjustment for the PTP block The TSARU bit does not return to 0 after setting it. I wonder if...

431023 by Associate
  • 285 Views
  • 0 replies
  • 0 kudos

PWR_ClearFlag() STD 1.5.0 drivers STM32F4xx

Posted on March 23, 2015 at 15:16 Hi, I was searching for some stuff inside PWR module in STD peripheral drivers for STM32F4xx and I realized, that in functionPWR_ClearFlag() there is no option to clear flags if device is STM32F446xx. ...

tm3341 by Associate II
  • 159 Views
  • 0 replies
  • 0 kudos

STM32F407 and LPC1788 ''CAN'' connection

Posted on March 18, 2015 at 11:42 I want to connect STM32f407 CAN to LPC1788 CAN. I set baudrate to 125000 in STM32 with this spec: prtCan.Init.SJW = CAN_SJW_1TQ; prtCan.Init.BS1 = CAN_BS1_13TQ; prtCan.Init.BS2 = CAN_BS2_2TQ; prtCan.In...

''CAN'' between STM32f103RB and STM32f407VG

Posted on March 21, 2015 at 16:01 I set this configuration to communicate between f103 and f4 stm32f407: GPIO_InitTypeDef GPIO_InitStruct; CAN_FilterConfTypeDef sFilterConfig; prtCan.Instance = CAN1; prtCan.pTxMsg = &TxMessage; prtCan....

Labels