Skip to content
This repository has been archived by the owner on Nov 5, 2019. It is now read-only.

a bug in nvic.c:nvic_readl() #56

Open
dongmu opened this issue Feb 6, 2018 · 2 comments
Open

a bug in nvic.c:nvic_readl() #56

dongmu opened this issue Feb 6, 2018 · 2 comments
Assignees
Labels

Comments

@dongmu
Copy link

dongmu commented Feb 6, 2018

The new release 2.8.0-20170301, has a bug in nvic:nvic_readl() function. When dealing with "case 0xd04:RETTOBASE", it cannot set a right value. I read the code of Qemu-2.10.0 and add a similar function "nvic_rettobase" to determine whether the value should be changed and the error disappear.
So is there any plan to migrate to Qemu-2.10 version, as the new version is for 2.8?

I want to implement Ethernet functionality for STM32 into present code base. Do you have any suggestions for that?

Any reply will be appreciated.

@ilg-ul
Copy link
Contributor

ilg-ul commented Feb 6, 2018

I plan to update qemu during the next few weeks.

as for Ethernet, it would be interresting, but I do not know how complicated it is.

@ilg-ul ilg-ul self-assigned this Feb 6, 2018
@ilg-ul ilg-ul added the bug label Feb 6, 2018
@ilg-ul
Copy link
Contributor

ilg-ul commented Feb 26, 2019

I checked the new source code and there are many changes, it is too complicated to back port them to this old source base.

I'll leave the issue open and revisit it after upgrading to the new souce base.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants