ARM DS-5 Development Studio is a suite of tools for embedded C/C++ software development on ARM-based SoCs, featuring editor, compilers, debugger and system profiler.
Questions tagged [ds5]
3 questions
2
votes
1 answer
Accessing CPU registers while in reset using DSTREAM & DS5
The problem I currently have is that I wish to test SecureBoot on a device without permanently modifying a set of internal security registers with computed hash information. The way the documentation suggests you do this is to load a modified reset…

sherrellbc
- 3,431
- 6
- 35
- 62
0
votes
3 answers
Connect to Xilinx Zynq 7030 via JTAG connection?
Imagine you are trying to write Bare Metal applications on a Xilinx Zynq 7030 board.
Since burning sd cards all the time gets tiresome, you want to establish a JTAG connection. You get a JTAG HS3 programming cable, set up your lovely ARM DS-5, write…

Mike Meyers
- 103
- 3
-1
votes
1 answer
Error: Definition of nested anonymous union in packed "" must be __packed
I'm using the ARM DS-5 with the ARM 5 Compiler Toolchain. I'm attempting to use the "mavlink_types.h" (link: https://github.com/mavlink/c_library_v1). However, I've got an error said that: Definition of nested anonymous union in packed "param_union"…

LowK
- 17
- 2