STM32 C/C++ build environment using CodeSourcery Sourcery G++
Posted on November 25, 2009 at 04:13STM32 C/C++ build environment using CodeSourcery Sourcery G++ #fyi
Posted on November 25, 2009 at 04:13STM32 C/C++ build environment using CodeSourcery Sourcery G++ #fyi
Posted on April 01, 2015 at 20:23The reference manual in section 21.3.3 to choose the clock for a timer says the following: External clock mode2: external trigger input (ETR connected internally to LSE) But the following description is not sufficien...
Posted on March 25, 2015 at 13:18 Hi, I think there is a bug in the HAL layer of ST. (version 1.1.0) My code is very simple: I initialize two GPIO (PB4 and PB5) in Interrupt. GPIO_InitTypeDef GPIO_InitStruct; // Configure the...
Posted on March 31, 2015 at 17:19Why doesn't ST embed an EEPROM in STM32F4xx or STM32F1xx series?Thanks.
Posted on April 01, 2015 at 18:22Hi I read the AN4031 application note ''Using the STM32F2 and STM32F4 DMA controller''. In this document it is mentioning that the AHB Multi layer bus has an Arbiter on each layer, which handles the bus arbitration ...
Posted on December 17, 2014 at 11:52 I am using STM32F429 Microcontroller and need to implement CAN Bus Communication between CAN2 and PCAN View.I am able to transmit the message from CAN2 but I am not able to receive any message.I am using TJA10...
Posted on March 25, 2015 at 18:37I can't seem to find any statements about plans for ST to deliver a Nucleo board with a STM32F7 chip. I would appreciate any pointers or news you might have. Is it worth waiting for a bit, or is it time to experimen...
Posted on March 30, 2015 at 21:45 Hello All, I'm a hobbyst, and recently bought a Nucleo evalboard with STM32L152RE MCU for experimenting the Cortec MCU from ST. I use the free/demo dev environment from keil(MDK V5).I also use the STMCUBE...
Posted on March 31, 2015 at 17:21Hi, I am using simulink to program the stm32f4-discovery. I have just realised that there are some features missing in the ''coder target'' tab of simulink. I have succesfully tried some of the demos of my stm32f4-di...
Posted on April 01, 2015 at 03:31 Hi all, I configure my stm32f302's usart without peripheral lib, when i enable it with CR1->UE, the usart interrupt keep triggered and CR1->UEbit cleared automatically, actually i didn't connect anything to RX a...