I am working with mixed programming logic of Inline Assembly and C to code a CortexM3 (STM32F103ZE form ST microelectronics) processor using Keil IDE.
The board is from Keil.
The problem is how to access particular memory locations and registers in C. And hence I am unable to pass the data for Assembly Coding.
We can think in terms of pointers and Memory maps.