Hi!
I can simulate ARMv7 assembly code with Keil, however, I cannot simulate ARMv8. Do you know if that is possible?
Many thanks,
Carlos
Hi!
I can simulate ARMv7 assembly code with Keil, however, I cannot simulate ARMv8. Do you know if that is possible?
Many thanks,
Carlos

I am tasked for with checking for valid UPC codes for a school assignment using ARM. I have no prior experience with assembly. After I am able to load the registers with the UPC code I am having trouble figuring out how I am to skip over the required digits…
I tried using variable names ( AD0 , Ain0 ) non of them was identified in Keil's logic analyzer , and also non of VTREG signals was related to ADxx ( Update : discussion moved to https://community.arm.com/developer/tools-software/tools/f/keil-forum…
Can we do MATLAB simulation or by KEIL software Pv cell connected to a grid without a transformer to reduce leakage current ? Please let me know if possible
Dear madam/sir,
I am looking for a C/SystemC model of the 8051uC hardware (m8051ew from Mentor) that I can use for system simulations.
Does Keil/ARM provide such a model?
If not, does anybody know where I can find such a model?
Thanks in advance for…
Hi all,
I am a master student in germany and doing my thesis currently. I wanted to measure CPU cycles using emulation/simulation for some code that is running on a cortex m4F processor based board. I had QEMU in mind at initial but it turns out it doesn…
Dear all
I encounter a confusion that I compile a piece a c code and generate HEX file( as instruction rom's initialization file) which is download to the fpga whit the cortex m3 prototype of Verilog code .but the M3 system can't run itself .when I…
We are using Cortex-M0 DesignStart Pro to design MCU. When we use SWD to download grogram to flash in FPGA(Cortex_m0 mcu inside), we cannot to connect keil with FPGA, and Keil shows:" Could not stop Cortex-M device!Please check the JTAG cable. "…
Hi,
is there some guide which shows how to run a Keil hex mage for Cortex M3 in Modelsim?
To be more specific, I want to run an interactive simulation in Modelsim of my Cortex M3 design and associated software to analyse timings of CPU instructions and…