Search found 24 matches

by animo3d
Sat Jun 04, 2022 4:51 am
Forum: Compiler
Topic: xvISRRX on Q41
Replies: 1
Views: 1603

xvISRRX on Q41

Hello again, I have been trying to get the most out to the Q41 Chips, and getting into a little bit of trouble, oane again kinda lost... I was able to define simple interrupt by reading the examples posted by Jerry about the IVT module, then I found that exist is a version of the ISRRX that is suppo...
by animo3d
Tue May 31, 2022 5:33 pm
Forum: Compiler
Topic: MUI (Microchip Unique Identifier)
Replies: 2
Views: 1631

Re: MUI (Microchip Unique Identifier)

Thanks Jerry, you are the Man!!!

Sergio
by animo3d
Mon May 30, 2022 7:51 pm
Forum: Compiler
Topic: MUI (Microchip Unique Identifier)
Replies: 2
Views: 1631

MUI (Microchip Unique Identifier)

Hello,

Does anyone has information on how to read the MUI (Microchip Unique Identifier) on the Q41 Family?

Thanks in advance...

Sergio de la Peña
by animo3d
Wed Dec 27, 2017 4:58 pm
Forum: Compiler
Topic: RF over the air Firmware Update
Replies: 6
Views: 4204

Re: RF over the air Firmware Update

Been working on this for a few days, and is working good so far... just a quick one... to jump to the Flash Write routine I use the GoTo <Label> command... where <Label> points to the flashing Routine, on following versions I will not include the Flashing routine (also no label)... is posible to hav...
by animo3d
Tue Dec 19, 2017 11:34 pm
Forum: Compiler
Topic: RF over the air Firmware Update
Replies: 6
Views: 4204

Re: RF over the air Firmware Update

It works...! I did the Flash Copy Routine on High Memory, it uses less than 256 Bytes!! so i put it on $07F00 the file receive and verify has to be part of the main program this allow for almost 16K program flash... Haven't played yet with reset vector to have a little more strenght, but dont think ...
by animo3d
Tue Dec 19, 2017 3:43 pm
Forum: Compiler
Topic: RF over the air Firmware Update
Replies: 6
Views: 4204

Re: RF over the air Firmware Update

hi Jerry...

As allways thanks for the prompt comment and excelent input...

Now I feel confident to jump at it and start using the aproach you sugested...

Will let you know how all this works...

Best Regards
Sergio
by animo3d
Mon Dec 18, 2017 11:46 pm
Forum: Compiler
Topic: RF over the air Firmware Update
Replies: 6
Views: 4204

RF over the air Firmware Update

Hello, I'm working on a product that uses a PIC18F25K22 and has RF radio communication via the UART, and I'm tinkering on doing an over the air firmware flash option. Let me illustrate what I have in mind so far... the product application is considerable small (around 6K Bytes) and I have 32K availa...
by animo3d
Wed Apr 20, 2016 4:50 am
Forum: User Modules
Topic: PS/2 Keyboard User Module
Replies: 5
Views: 6346

Re: PS/2 Keyboard User Module

thanks...!
by animo3d
Tue Apr 19, 2016 9:00 pm
Forum: User Modules
Topic: PS/2 Keyboard User Module
Replies: 5
Views: 6346

Re: PS/2 Keyboard User Module

Hi... does anyone have this module... looks like is not longer available in the digital-diy website...

Thanks
by animo3d
Wed Jan 06, 2016 7:21 pm
Forum: Compiler
Topic: Strange variable behaviour
Replies: 5
Views: 3335

Re: Strange variable behaviour

Just to let you know....

worked like a charm..!! :mrgreen: :mrgreen: :mrgreen:

Thanks man...!
by animo3d
Wed Jan 06, 2016 6:38 pm
Forum: Compiler
Topic: Strange variable behaviour
Replies: 5
Views: 3335

Re: Strange variable behaviour

Yes Coco and Jerry all the vars are initilized at start...

but that thing you figured not computing tue right address for de array.... Brilliant....

I will try your workaround...

Jerrry, you are the man..! :D
by animo3d
Wed Jan 06, 2016 1:17 am
Forum: Compiler
Topic: Strange variable behaviour
Replies: 5
Views: 3335

Strange variable behaviour

Hi i found something i can't explain... may be I did something wrong but this is what is happening... I have a data sctucture as follows: Structure Escena MaxTime As Byte MinTime As Byte Actuado As Byte NextE As Byte Lights(48) As Byte ActList(32) As word End Structure and an array of these... Dim P...
by animo3d
Tue Jun 09, 2015 10:22 pm
Forum: Compiler
Topic: code optimization help
Replies: 4
Views: 2333

Re: code optimization help

thanks for the tip... I will try remove these references to arrays...
by animo3d
Tue Jun 09, 2015 4:16 am
Forum: Compiler
Topic: code optimization help
Replies: 4
Views: 2333

code optimization help

Hi, I have been working with chinese led panels succesfully for some time, but for a new application I need to transpose the bits on the led matrix of height of 16 pixels by width of 32 pixels, the bytes are arranged in the matix horizontally and my master is set to send the data in vertical words.....
by animo3d
Mon Nov 17, 2014 8:54 pm
Forum: Compiler
Topic: Problem with Timer Interrupt
Replies: 6
Views: 3002

Re: Problem with Timer Interrupt

Thanks Jerry, I wil try it later today and post the results