User Activity

Posted on September 25, 2014 at 21:49Where can I find the instruction set for the STM32F401 part? I know ... it's hardly necessary to see at all these days but I'd like to have it as a reference anyway. TIAMike #arm #joseph-yiu #assembly-instruct...
Posted on June 04, 2014 at 22:15Hi,I want to declare an array of constant values and have them put into code memory.Something like this:const uint16_t my_array[4] = {0x3456, 0x789A, 0x1234, 0x9876};I want to be able to download the code and then sta...
Posted on May 06, 2014 at 04:06I've been working for a few days to get a STM32F401 Discovery top talk to an external ADT7410 temperature sensor. I'm just about there. I'm able to read a byte at a time from the device. The last thing I'm having a har...
Posted on January 17, 2014 at 21:44I've got a STM32 F4 discovery board for STM32F401with the 9 axis sensors on it. I want to open up the demo project using Keil uVision 4 and modify it. I'm getting an error as soon as I open the project that says Er...
Posted on September 24, 2013 at 23:24I want to run my Discovery board with an external HSE soldered into X2 on the board. I ran the clock configuration tool and generated a new system_stm32f0xx.c which seems to be correct. It seems to still be using...