User Activity

Posted on January 30, 2014 at 14:47I've been running the demonstration code and it's been failing in the MEMS selftest.The function call below puts 0x3F into temp whereas the value in the datasheet and in the function states it should be 0x3B. The v...
Posted on January 29, 2014 at 16:12I'm running the MEMs example fromSTM32F4-Discovery_FW_V1.1.0\Project\Peripheral_Examples\MEMSusing uVision / MDK-ARM and I'm not getting any changing values when the read function is being called on the SysTick int...
Posted on January 28, 2014 at 21:37I'm running the MEMs example fromSTM32F4-Discovery_FW_V1.1.0\Project\Peripheral_Examples\MEMSusing uVision / MDK-ARM and I'm not getting any changing values when the read function is being called on the SysTick int...
Posted on January 27, 2014 at 17:31I've got the example working using the on board button and now I want to use an external button on CPIOC - 11. I've used this button with GPIO_ReadInputDataBit with PuPd_UP. I've converted over the sample code but ...