User Activity

Posted on May 09, 2018 at 00:54I understand that there have been many threads about PCROP here. I am trying to understand the logic behind having to build code using mpure-code on gcc or the equivalent on other compilers that allows the avoidance of...
Posted on November 20, 2015 at 17:37Hi All,I have recently moved over to using a Segger J-Link JTAG adapter. I'm using JLinkGDBServer, ARM Tools GDB in eclipse. The device on my target hardware is an STM32F427II. It appears that I only have R/W acce...
Posted on July 06, 2015 at 17:41I'm having an issue allocating space for a heap.The version of the linker I'm using is 7.40.3.8902Here's a extract from the linker icf file.define symbol RAM_HEAP_start         = 0x20018000;define symbol RAM_HEAP_end ...
Posted on December 26, 2014 at 00:39Dear All,I'm interested to know if anyone knows a way of writing to CPU registers using MACROs in IAR EW C-Spy Debugger and ST-LINK.I've read the documentation and searched around for an answer. Seems such a simpl...
Posted on April 15, 2014 at 15:06Dear All,I'm initialising the DCMI and DMAing camera data fine. The problem comes when I reset and then re-initialise the DCMI after disabling and then re-enabling the camera. The DCMI doesn't seem to wait for the fi...