STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

CAN Buffer designing RING FIFO engine

Hello, Ok have a problem that I would like to over come , I am developing with CAN and the Nucleo st32F446re board.All is working and I can send and and receive packets of CAN data, but..... I would like to implement a more fail safe engine to deal w...

0690X000006CZ8cQAG.jpg
JHERI by Senior
  • 1012 Views
  • 5 replies
  • 0 kudos

Resolved! STM32Cubemx Blank New Project Page

Posted on January 20, 2017 at 19:36Hello, I am new to the CubeMX community and the problem I am having is that when I open CubeMX and try to start a new project all I get is a blank screen where my device selection should be. I uninstalled the appli...

STM32l4 UART driver

Hi everyone,I am using stm32l4xx UART driver. I can read and write data. I am using HAL_StatusTypeDef HAL_UART_Transmit(UART_HandleTypeDef *huart, uint8_t *pData, uint16_t Size, uint32_t Timeout)HAL_StatusTypeDef HAL_UART_Receive(UART_HandleTypeDef *...

John3 by Associate II
  • 2245 Views
  • 17 replies
  • 0 kudos

Custom Bootloader VCP problem with Windows XP / 7

I have a custom bootloader in sector 0,the app created in .net and it communicates with MCU through VIRTUAL COMM POT (HIGH SPEED), when the app starts if its no updates for firmware it jumps to the sector2 where main programm is based. THis works pe...

Hi, I am using STM32F407ZGT6 with mikroe 1369 ( https://www.mikroe.com/mikromedia-4-stm32f4 ) I need to capture falling edge of external signal and read the time its took from starting the function till falling edge detected.

Hi, I am using STM32F407ZGT6 with mikroe 1369 ( https://www.mikroe.com/mikromedia-4-stm32f4 )I need to capture falling edge of external signal and read the time its took from starting the function till falling edge detected. I read maual but some how...

JPate.19 by Associate II
  • 1430 Views
  • 7 replies
  • 0 kudos

TIM5 problem with STM32F469I

I am using 32bit TIM5 in an STM32F469I. I enable the timer and divide the 8M clock by 1000000 to get microseconds. I then use microseconds to time pulses coming into the board from external device. All works well until the timer overloads. I can ...