Error occurred (system can not find the file specified) while starting the driver
Error occurred (system can not find the file specified) while loading the driver
Privilege instruction
Te poruke dobijam na skoro svim softw za programator osim na WinPic800, koji ima mogucnost izaberem opciju bandgap od highest 0x03 do lowest 0x00.
Tada radi kako treba, bar mislim, a na svim drugim opcijama mi izbacuje gresku pri verifikaciji tj. ne upise kod kako treba...
Pojma nemam sta se desilo?
Da li postoji neki nacin da dozvolim ICprogu neogranicen pristup LPT1 portu kao i konfiguraciju? Odgovara mi ICprog da ga koristim, stvar navike, sta ces...
Nasao sam ovo na netu:
Certain low-level instructions are forbidden to be used by the User under Windows: unfortunately, these 'privileged' instructions can include port control commands. Details: http://support.microsoft.com/kb/112298/EN-US
" The inp(), outp(), and other I/O port related functions map to privileged processor instructions. For example, on Intel processors, the inp() and outp() functions end up calling the IN and OUT instructions. The privileged instruction exception occurs when these instructions are executed because typical Windows NT applications execute in a non privileged (user) mode. Only code executing in kernel mode has the necessary rights to execute privileged instructions."
Device drivers run in kernel mode: if you're getting this error on your program run, its trying to access on the low-level (which is kind of by definition what a port controller does)