STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

SDADC Manual code Examples

Posted on March 23, 2015 at 18:03Good Day,Could anyone please help?i am Currently developing using a STM32F373 MCU and Struggling to get the SDADC Working According to the Reference manualI am using the MikroC Compiler and there are no SDADC Librari...

jody by Associate
  • 895 Views
  • 2 replies
  • 0 kudos

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
  • 957 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 ...

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....

STM32F4 Timer pinE5

Posted on March 21, 2015 at 15:28Dear stm community, I'm struggling with a problem that i can't get a timer to work. Im trying to get the PINE5 Timer to work.If I read everything well it has the TIM9_CH1 timer as alternating function. So I wrote th...

remco by Associate
  • 555 Views
  • 2 replies
  • 0 kudos