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

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
  • 255 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
  • 359 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
  • 334 Views
  • 1 replies
  • 0 kudos

STM32F2 Timer / Interrupt Help

Posted on March 19, 2015 at 14:10STM32F2 Timer / Interrupt HelpI have an HS USB project that reads information at a high data rate from a serial bus (upwards of 4MBd) and then sends it to a server. Everything is working fine, except....I run into so...

ckern by Associate II
  • 556 Views
  • 4 replies
  • 0 kudos

FATFS writing file problem

Posted on March 21, 2015 at 18:14Good day,I have some problem:For example, I am reading and writing some data to file. But if I will not use function f_close(); my filesize will be 0.Is it possible to do something about it?//Nikolaj

hitsumen by Associate II
  • 220 Views
  • 2 replies
  • 0 kudos

STM32F4 I2S slave issue (one more time :()

Posted on March 19, 2015 at 22:55I try to connect audio channel of GSM module with STM32F401 throw full-duplex I2S interface which operate in PCM audio protocol. I configure DMA for rx & tx by 10ms chunk of data - and everything works fine except th...

yuriy by Associate II
  • 1144 Views
  • 4 replies
  • 0 kudos
Labels