-
```
The default fuse bits specifications in the device files may cause problems
with programmers which do not mask off fixed zero and fixed one bits of
specific devices.
```
Original issue reporte…
-
```
Hi Rob,
I'm currently working on PPS module, which allows to arbitrarily map function
to remappable pins. This is a very nice feature, only available for recent PICs.
Searching PPSCON register,…
-
```
USB RAM is divided into 2 main areas:
- BDT (Buffer Descriptor table)
- USB data (actual buffers)
Current USB implementation uses USB_BASE_ADDRESS variable as the beginning of
USB RAM, assum…
-
```
Failing 'alternative' blink-a-led program with an 18F (18F67k90).
This works:
forever loop
led = true -- on
_usec_delay(250_000)
led = false …
-
¿Qué usas para compartir código? ¿Para resolver errores? ¿Qué editores usas? ¿Qué lenguajes de programación? ¿Sueles programar solo o en colaboración? ¿Qué problemas sueles encontrarte?
-
Migrated from [rt.perl.org#118819](https://rt-archive.perl.org/perl5/Ticket/Display.html?id=118819) (status was 'rejected')
Searchable as RT118819$
p5pRT updated
11 years ago
-
When I try to build the project, I get the following error:
```
masterChipSendSignal.c:44: error: unknown configuration setting/register (CCP2MX = PORTC) used
```
Inspection of the documentation at …
-
I have to import this processor system header,
currently it stops MPS during Cstub import.