Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code Execution Error in XP #6

Open
harishbangalore opened this issue Apr 19, 2023 · 2 comments
Open

Code Execution Error in XP #6

harishbangalore opened this issue Apr 19, 2023 · 2 comments
Labels

Comments

@harishbangalore
Copy link

Hi,
We are having issues during code exection using SRAM, please find the attached screenshots, can somebody help in this regard.

Regards,

1
2

@rkujawa
Copy link
Member

rkujawa commented Apr 19, 2023

Hello.

It is very difficult to say what may be wrong based on just the screen shots you have provided.

I have no idea what your program does and whether it is correct, when it comes to operation under Windows. Note that XP has memory protection and you can't just use pointer dereference to access physical memory range, you need to use some driver abstraction to access the card. How it's done on Windows, I have no idea, I have never programmed under Windows. The displayed error is very generic and may mean anything.

Also, this card was never tested in a PC computer, so I have no idea if there's any problem with the design that would prevent it from working on Windows.

Which revision did you use? Only revision 2.1 was production-grade.

I would also suggest to check for any manufacturing problems (bad connection, faulty ICs, solder joints etc.).

@rkujawa
Copy link
Member

rkujawa commented Apr 19, 2023

Btw. if you're using the program from test directory in source tree, it will not work under Windows. It's not a hardware problem - the program would have to be rewritten for Windows. This program can only work on operating systems that do not have memory protection.

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

No branches or pull requests

2 participants