-
```
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…
-
Hello everybody,
I'm trying to compile the nodemcu firmware on windows. I downloaded the source code here
(https://github.com/nodemcu/nodemcu-firmware) and imported in eclipse kepler.
When I press th…
-
```
Failing 'alternative' blink-a-led program with an 18F (18F67k90).
This works:
forever loop
led = true -- on
_usec_delay(250_000)
led = false …
-
```
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…
-
Hey i am actually working on a project that invloves using the client application in a device which does not run on linux. Basically what i am looking for is to port this client code to an embedded de…
-
In System.c we've error on parse line, in particular on:
``` C
unsigned char version_date_[] = __DATE__;
```
and on i2c.c we've false error on:
```
Nop();
```
in void I2C2_reset(void)
how to reso…
-
```
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…
-
```
The device files are currently derived from MPLAB.
Since Microchip will eventually not support MPLAB anymore in favour of MPLAB-X,
it is required to switch to MPLAB-X.
```
Original issue report…
-
```
Failing 'alternative' blink-a-led program with an 18F (18F67k90).
This works:
forever loop
led = true -- on
_usec_delay(250_000)
led = false …