Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: 18F87K90 configuration
Post: RE: 18F87K90 configuration

Well, the problem of the UART2 was related to a missing banksel instruction. Now I can enter the bootloader and download the firmware using the GUI. Of course it thinks I'm using an 87K22.... T...
_Mark_ 8-bit firmwares 4 2,870,246 2013-11-06, 21:16:31
    Thread: 18F87K90 configuration
Post: RE: 18F87K90 configuration

One step forward, I had to explicitly copy the configuration bit into the code. It seems it doesn't read them from the IDE. Now the baudrate is ok and the UART transmits fine (tested). The probl...
_Mark_ 8-bit firmwares 4 2,870,246 2013-11-06, 18:08:17
    Thread: 18F87K90 configuration
Post: 18F87K90 configuration

Hello, I'm new to this bootloader. I downloaded the latest free version from the forum and did the following changes: Code: -- settings.inc processor 18F87K90 #define OSCF 18432000 ;#define...
_Mark_ 8-bit firmwares 4 2,870,246 2013-11-06, 15:34:09