Search found 417 matches

by JimKueneman
02 Jan 2019 19:52
Forum: mikroPascal PRO for dsPIC30/33 and PIC24 General
Topic: Integrated VTFT
Replies: 1
Views: 1829

Integrated VTFT

Is it just me or is the integrated VTFT really buggy for images (Using the EVE library)? 1) I got in a mode where I had 2 images in the resource editor but it would only generate the invisible "No_Image" bitmap in the resources file and/or the resource.mpas file. Did not work either internal or exte...
by JimKueneman
10 Nov 2017 11:46
Forum: mikroPascal PRO for dsPIC30/33 and PIC24 General
Topic: PIC24F16KM204
Replies: 2
Views: 2210

Re: PIC24F16KM204

Arrggggg.......

Thanks,
Jim
by JimKueneman
10 Nov 2017 06:27
Forum: mikroPascal PRO for dsPIC30/33 and PIC24 General
Topic: PIC24F16KM204
Replies: 2
Views: 2210

PIC24F16KM204

Does anyone have a simple example of this family of parts that they know runs. Especially the configuration bits. I am programing this: program Sparky; { Declarations section } begin { Main program } TRISB := 0; // Outputs PORTB := 0; while true do begin LATB := not PortB; Delay_ms(100); end; end. J...
by JimKueneman
02 Nov 2016 04:57
Forum: mikroPascal PRO for dsPIC30/33 and PIC24 General
Topic: mikroPascal for dsPIC version 7.0.0 released
Replies: 5
Views: 4970

Re: mikroPascal for dsPIC version 7.0.0 released

Being dense here. What is suppose to trigger off the email to my inbox to convert the old license file to the new? I have dsPIC and TFT licenses...

Jim
by JimKueneman
15 Nov 2015 16:20
Forum: mikroPascal PRO for dsPIC30/33 and PIC24 General
Topic: dsPIC33EPxxxGP502 Bootloading
Replies: 0
Views: 3796

dsPIC33EPxxxGP502 Bootloading

Two questions: First is this approach feasible. I have a program that is running. I send it a SPI command to jump into boot loader mode. I have a function that is placed in the top of FLASH that is the boot loader. This function is self contained and working with the SPI and other registers directly...
by JimKueneman
06 Jun 2015 04:12
Forum: mikroPascal PRO for dsPIC30/33 and PIC24 General
Topic: String Parameter
Replies: 14
Views: 8278

Re: String Parameter

Hi Janni,


I am not going to argue at all that what I am doing is not recommended and dangerous that is really why I did not spend much time understanding it. I was just hoping for a warning or something.

Jim
by JimKueneman
04 Jun 2015 23:29
Forum: mikroPascal PRO for dsPIC30/33 and PIC24 General
Topic: String Parameter
Replies: 14
Views: 8278

Re: String Parameter

mE, is this something we should put a ticket in on or is as expected? I hope it is not the latter because I did not expect it!

Jim
by JimKueneman
04 Jun 2015 16:57
Forum: mikroPascal PRO for dsPIC30/33 and PIC24 General
Topic: String Parameter
Replies: 14
Views: 8278

Re: String Parameter

Can't thank you enough for digging into this. I am using the latest compiler 6.0.2 on the big dsPIC33EP512GP710? There is a warning about the compiler only supporting one "+" but I recalled a different problem in the past that I thought was solved in the later compiler. I assumed the help file was j...
by JimKueneman
04 Jun 2015 13:53
Forum: mikroPascal PRO for dsPIC30/33 and PIC24 General
Topic: String Parameter
Replies: 14
Views: 8278

Re: String Parameter

I have been busy on getting the concept of what I am doing functional. I will try to look at the assembly this weekend. It may be a function of what I am calling it with.... My first call to it is with this parameter: var ADCZeroCounts: Integer; WordToStr(ADCZeroCounts, s1); DebugLine('Zero Counts: ...
by JimKueneman
04 Jun 2015 03:04
Forum: mikroPascal PRO for dsPIC30/33 and PIC24 General
Topic: String Parameter
Replies: 14
Views: 8278

Re: String Parameter

Hi Dany,

Not sure what to say. If I use the fixed length the code runs for days printing to the UART. If I remove the fixed lengths the code resets the micro on the first call to the function over and over....

Jim
by JimKueneman
03 Jun 2015 14:21
Forum: mikroPascal PRO for dsPIC30/33 and PIC24 General
Topic: String Parameter
Replies: 14
Views: 8278

String Parameter

I am trying to have a function with a string parameter that I don't know the size of beforehand. The mE libraries seem to use something like this: procedure DebugStr(var degugstring: string); begin UART1_Write_Text(degugstring); end; but this will cause an immediate crash in the code at runtime. Thi...
by JimKueneman
13 Mar 2015 03:21
Forum: mikroPascal PRO for PIC General
Topic: mikroBootloader HID application - current version? source?
Replies: 37
Views: 21868

Re: mikroBootloader HID application - current version? sourc

Maybe this will help. I tried to document this while creating boot loader.... Jim PS I am reluctant to post this but it is clear I am not going to get back to it. Vcc and I created this last summer but we both got busy. If anyone wants to continue to work this let me know and I will add you to the p...
by JimKueneman
03 Feb 2015 06:09
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: ECAN on dsPIC33EP512MU810
Replies: 2
Views: 2079

Re: ECAN on dsPIC33EP512MU810

I have not had much luck with the calculator. I have had to use the data sheet and fine tune with a scope on the CAN signal to get the right pulse width to get it to lock up.

Jim
by JimKueneman
06 Jan 2015 05:10
Forum: Libstock Discussion
Topic: WiFi click
Replies: 1
Views: 3329

WiFi click

mikroPascal for dsPIC Fusion 7 board dsPIC33EP512MC810 WiFi click in Socket 2. Can someone who has gotten a WiFi TCP connection to work tell me what is wrong with this code? It is frustrating. It all connects, I see the ARP and TCP initialization messages in WireShark. I have tried 2 different serve...
by JimKueneman
26 Dec 2014 03:44
Forum: mikroPascal PRO for dsPIC30/33 and PIC24 General
Topic: Pointers to Constants
Replies: 2
Views: 2406

Re: Pointers to Constants

Dang it Dany, you have told me this a couple of time over the years but it just won't stick....... Getting old I guess.

Thanks,
Jim

Go to advanced search