The error is when UV2 is attempting to download the monitor code, the progress bar reaches 69% and then stops with the E7AAAA error. I have checked every parameter in the config.inc and I am absolutely stuck. Any help would be greatly appreciated
Thanks. That sounds okay. But in any case, it's as simple as one line of code to select a slave, then transmit to it, and deselect it (by bringing that SS high?). I read through the links and that makes sense. But then I have another (related) question…
Hello Alexey,
Please update to MDK-ARM version 5.24:
From the release notes:
http://www.keil.com/update/relnotes/MDK524a.htm
Added: Source Browse information is now available in project targets using ARM Compiler 6:
Information is generated…
Unfortunately, this will increase code size and increasing the timing of the application.
I wouldn't be quite so sure of that assumption. There's no particularly good reason why a decent compiler couldn't generate the exact code for the following lines…
Back to the drawing board again.
Still lots of magic numbers that can't be understood.
What is GREEN? I most definitely can't look at the declaration:
#define GREEN 0x00FF0000 // 7Seg display p1
and deduce any meaning. Do you…
Hi Mike,
You could also search the Find a Partner directory. Ways to Search or Filter Company or Products describes the various ways to search. Or you can use the general search bar. Here I did "Cortex-a57 and tool" and then selected "show only…
hi all: We are developing device driver via AGDI. In Disassembly Window,when pressing the button in the scroll box and dragging, it will call ReadCode() to read all the Code from the beginning address to the ending address. It will cost a lot of time…
Hello, I try to use ULINK2 /ULINK ME to write my code into the internal flash of the controller. In a second step I want to debug the code using ULINK2 oder ULINK ME
I use the ULINK2 in other projects and it works as expected. In the "Cortex-M Target…
In the case of embedded systems, however, you typically know the total amount of RAM as well as how much of that RAM you can afford to devote to storing your data. I'd add that in addition embedded systems generally need to guarantee operation for…