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

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
  • 561 Views
  • 2 replies
  • 0 kudos

About STM32CubeMX

Posted on March 19, 2015 at 11:25Hello. When I create a new project by STM32CubeMX, I found out a linker script file is empty. I'm afraid it's a bug of CubeMX. Is that correct ? If so, does STM have any schedule to update the software ? Regards #...

Timer Input Capture and systick issue

Posted on March 22, 2015 at 23:15 Hi, I am trying to timestamp my frequency capture module with the systick register value but everytime, the systick register gets reloaded with a new value during a frequency capture. as shown below. I h...

paul23 by Associate II
  • 729 Views
  • 2 replies
  • 0 kudos

STM3F2 DMA Circular Mode Overwrites Data

Posted on March 22, 2015 at 23:55Hello,I have a global structure that contains an array of bytes of 1024 elements. I have declared this array towards the beginning of the structure. I have set up DMA to import USART3 data into this array. I have set...

ckern by Associate II
  • 664 Views
  • 1 replies
  • 0 kudos