Search found 97 matches

by Henk van Beek
20 Feb 2018 14:36
Forum: mikroBootloader
Topic: Trying building a USB HID Bootloader for 18F14K50
Replies: 6
Views: 3933

Re: Trying building a USB HID Bootloader for 18F14K50

@Solveering,

I tried several suggestions but it is too difficult to me. So, I went to the libstock and found one for the 14K50 wich was ready.
So, I gave up to make it my own.
Maybe I will figure out the sources (in Basic) in the future.
Thanks for your help.
by Henk van Beek
17 Feb 2018 18:18
Forum: mikroBootloader
Topic: Trying building a USB HID Bootloader for 18F14K50
Replies: 6
Views: 3933

Re: Trying building a USB HID Bootloader for 18F14K50

@Solveering: I implemented your suggestions as follows: Added a LED so I can verify the speed of the MCU Added a Serial terminal at 115200 baud replaced the polling procedure by the interrupt driven one. Now it is recognised by the me-program. But it does not tell "connected". It hangs. Var "dataRx"...
by Henk van Beek
16 Feb 2018 09:47
Forum: mikroBootloader
Topic: Trying building a USB HID Bootloader for 18F14K50
Replies: 6
Views: 3933

Re: Trying building a USB HID Bootloader for 18F14K50

Thanks for the tips.
I'll let you know my findings.
by Henk van Beek
15 Feb 2018 18:11
Forum: mikroBootloader
Topic: Trying building a USB HID Bootloader for 18F14K50
Replies: 6
Views: 3933

Trying building a USB HID Bootloader for 18F14K50

Hello, I'm working with Pascal pro version 7.0.0 I wanna create USB HID Bootloader firmware for Pic18F14K50. I've changed the USB-Ram locations in Config.mpas to accomodate this chip. No success Then I tried the example to build the default one for 18F2550 and it does not work. I tested it on a Star...
by Henk van Beek
24 Nov 2016 21:31
Forum: mikroPascal PRO for PIC General
Topic: IDE errors
Replies: 13
Views: 4727

Re: IDE errors

Image_1: I select a block text by ALT/Left_Mouse down. Move the mouse and release Left_Mouse and then release ALT. Now a block text is selected. Image_2: I cut this block by CTRL/X. Image_3: I click at another location and place this block by CTRL/V. Image_4: I hit Home and one or more times Arrow_D...
by Henk van Beek
23 Nov 2016 20:25
Forum: mikroPascal PRO for PIC General
Topic: IDE errors
Replies: 13
Views: 4727

Re: IDE errors

I'm working with Pascal Pro version 6.6.3 At 2: I select a block text by ALT/Left_Mouse down. Move the mouse and release Left_Mouse and then release ALT. Now a block text is selected. I cut this block by CTRL/X. I click at another location and place this block by CTRL/V. I hit Home and one or more t...
by Henk van Beek
21 Nov 2016 17:56
Forum: mikroPascal PRO for PIC General
Topic: IDE errors
Replies: 13
Views: 4727

IDE errors

Do not know where to put my remarks about the IDE. I have noticed two behaviours which are not as it should: 1. Auto Hide "Library manager" does not work any more. 2. Editor: block mode editing is not automatically ended. One has to click in empty space for normal continuation. I hope these can be r...
by Henk van Beek
03 Sep 2016 12:34
Forum: Development Boards
Topic: EasyPICv7 problem.
Replies: 1
Views: 2224

EasyPICv7 problem.

I have a problem with my EasyPICv7 board:

Led RC2, RC3 and RC4 are continously on without any chip inserted and Pull-Up/Dn switches down.
Searching the schematics I could not find source-label "VCC-MCU".

Please, enlighten me.

Problem solved: SW4, RC2, RC3 and RC4 were on.
by Henk van Beek
25 Oct 2014 14:41
Forum: mikroPascal PRO for PIC General
Topic: TFT Library unpredictable results
Replies: 1
Views: 1850

TFT Library unpredictable results

I'm using mE pascal compiler 6.4.0 with mikrobootloader on a PIC18F25K20. I wanted to use "Usage of ILI9341 SPI with TFT library" out of Libstock contributed by Rares Dorin Porutiu. After altering the I/O to meet PIC requirements, I succeeded with TFT_Init_ILI9341_8bit_Custom_SPI, TFT_Fillscreen and...
by Henk van Beek
06 Dec 2013 09:57
Forum: mikroPascal PRO for PIC General
Topic: Ethernet Library: Demo works for 18F452, not for 18F8722
Replies: 7
Views: 3725

Re: Ethernet Library: Demo works for 18F452, not for 18F8722

Dear Marina, I changed SPI2 into SPI1 but no improvement. It stucks after a while and my browser keeps "connecting". After more the a minute I toggle a LED and it responds. But no reloads every 3 seconds by itself anymore. No increasing of "This is HTTP request #". And after a while the browser disc...
by Henk van Beek
04 Dec 2013 16:27
Forum: mikroPascal PRO for PIC General
Topic: Ethernet Library: Demo works for 18F452, not for 18F8722
Replies: 7
Views: 3725

Re: Ethernet Library: Demo works for 18F452, not for 18F8722

Hello, Her are both my projects: For the 18F452 and for the 18F8722. For the 18F452 I'm using the EasyPic5, for the 18F8722 the HPC Explorer. Both with Me's "Serial Ethernet Board". When I'm working with the HPC Explorer I use Me's MikroBootloader. I loaded the bootloader into the 18F8722 with a Pic...
by Henk van Beek
02 Dec 2013 21:56
Forum: mikroPascal PRO for PIC General
Topic: Ethernet Library: Demo works for 18F452, not for 18F8722
Replies: 7
Views: 3725

Re: Ethernet Library: Demo works for 18F452, not for 18F8722

I tried the following: I loaded the "HTTPServer_Example". I changed the following to accomodate the 18F452: 1. I use a 10 MHZ Crystal. 2. Oscillator Selection: HS Oscillator with PLL. 3. Oscillator Frequency into 40 MHz 4. The IP-address from 192.168.20.60 into 192.168.0.200. 5. I changed it too in ...
by Henk van Beek
01 Dec 2013 10:58
Forum: mikroPascal PRO for PIC General
Topic: Ethernet Library: Demo works for 18F452, not for 18F8722
Replies: 7
Views: 3725

Ethernet Library: Demo works for 18F452, not for 18F8722

Ethernet Library: Demo works for 18F452, not for 18F8722. For the 18F8722 it shows the indexpage once and then stucks.
How to debug this issue.
by Henk van Beek
15 Jun 2012 09:39
Forum: mikroPascal PRO for dsPIC30/33 and PIC24 General
Topic: Mikrobootloader for Pic24HJ128GP502
Replies: 1
Views: 1946

Mikrobootloader for Pic24HJ128GP502

Hey,

Is bootloader firmware available for P24HJ128GP502 ?

Henk
by Henk van Beek
19 Nov 2011 11:49
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: Warning: Assignment makes integer from pointer without a cas
Replies: 1
Views: 1337

Warning: Assignment makes integer from pointer without a cas

I get this warning and code will not work.
Simplified code:

Code: Select all

// Include C standard headers
#include <stdio.h>
#include <stdlib.h>

int Test (void)
	{
	return 55;
	}

int main(void)
	{
	int i;

	i= Test;
	return 0;
What does the message mean. Variable i does not show 55.

Go to advanced search