STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 215 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
  • 465 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
  • 245 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....

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
  • 405 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 #...