it's a very great work
I have built one but when try to program ATMEG8 on window7 the OPGUI version 0.10.0 can't load the complete hex file but it turncated about hlaf of the file
The problem is that an address (0x2C) lower than the current one is specified in the last data line, so it overrides the overall buffer length cutting some data.
It's a very unusual arrangement, but still legal for hex files.
I will update the code to take this into account.
In the meanwhile look at the file below: just by changing the line order it loads correctly.
View and moderate all "Open Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Discussion"
I dont see the expansion boards element value, only code number,
after my best regards
it's a very great work
I have built one but when try to program ATMEG8 on window7 the OPGUI version 0.10.0 can't load the complete hex file but it turncated about hlaf of the file
note : I attached copy of the hex file
I apologize for poor english
any solvingfor that problem ?
I'm very thankful
Last edit: mrdrsh 2017-03-27
The problem is that an address (0x2C) lower than the current one is specified in the last data line, so it overrides the overall buffer length cutting some data.
It's a very unusual arrangement, but still legal for hex files.
I will update the code to take this into account.
In the meanwhile look at the file below: just by changing the line order it loads correctly.