napierzaza Posted August 15, 2008 Report Posted August 15, 2008 Okay, I was burning a 16f88 and it's not working. Adjusted to about 13.17v. I'm using PBrennerNG, it detects the PIC and the program gives me an error when I try to load the Hex file."fehler bei bereichsprufung" Can anyone who speaks german help? I can't translate anymore than "fehler"=error. Not helpful.
ilmenator Posted August 15, 2008 Report Posted August 15, 2008 "Bereichspruefung" would be something like "range check". The whole sentence would then mean "error upon range check". I don't know what means, though.
napierzaza Posted August 15, 2008 Author Report Posted August 15, 2008 Could you recommend something? I am not very versed in available apps.
stryd_one Posted August 15, 2008 Report Posted August 15, 2008 what's the filename you attempted to open, btw? was it in the zip, or did you make it?
napierzaza Posted August 15, 2008 Author Report Posted August 15, 2008 Just the standard pre-compiled IIC hex file. Is there much need in compiling a custom?
TK. Posted August 15, 2008 Report Posted August 15, 2008 This is due to a known bug in PBrennerNG (I already informed Sprut): unix style files without carriage-return control chars won't be read correctly.Workaround: open the file with wordpad, do a dummy-modification (e.g. insert/delete a space), and store it again. Wordpad will store the file in DOS styleBest Regards, Thorsten.
napierzaza Posted August 16, 2008 Author Report Posted August 16, 2008 For someone who works in PHP regularly, that is a classic error. Thanks TK.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now