python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Can you monitor and alter register values in renode the way it is done in IAR systems?
I recently came across Renode, which claims to simulate exact binaries and of an embedded software. Now, can I use a software like renode to debug my baremetal embedded software ? (monitor and edit re...
user137273
Votes: 0
Answers: 1
STM32F0 with ADC and DMA with Renode
I'm trying to run an application on Renode that uses ADC and DMA for the STM32F030F4P, I created a stm32f0.repl file with the dma and adc as follows:
dma: DMA.STM32LDMA @ sysbus 0x40020000
[0] -&g...
Marco Ruthes
Votes: 0
Answers: 1