STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Can driver fault on cortex M4 Stm32f407

Posted on November 28, 2016 at 13:24 Hello, Im using NI Can with labview application that shows recieved messages. the cortex is connected to transciever. Both NI and the transciever are terminated correctly. when im starting to trans...

STM32F4- AUDIO CODEC PROBLEM

Posted on November 16, 2016 at 10:15The original post was too long to process during our migration. Please click on the attachment to read the original post.

srividya by Associate
  • 520 Views
  • 1 replies
  • 0 kudos

STM32 HAL I2C Problem

Posted on November 29, 2016 at 10:56Hello everyone,for my current project I am trying to communicate with my STM32F407 Discovery board via I2C. I want to poll different data from it using an Arduino board, similar to a sensor I have. The sensor poll...

Usage of (uint32_t) in device headers.

Posted on March 10, 2016 at 16:14STM32 device headers use e.g. #define FLASH_BASE            ((uint32_t)0x08000000U)   /*!< FLASH(up to 1 MB) base address in the alias region  */ while e.g. Freescale uses in a similar situation #define ADC0_BASE   ...