
Tom Lafleur
- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
Activity overview
Latest activity by Tom Lafleur-
Tom Lafleur commented,
Mike.... I have your code running on my test bed, with dsPICEP512 and dsPICFJ128 at 40MHz without any errors for the last 48 hr on four boards.... All are using 4 DMA channels, two Uarts, 12 inte...
-
Tom Lafleur commented,
You should read and understand how this works by reading the reference manual... http://www.freertos.org/a00110.html This is what I have in my current project... ~~~~~~ /* Interrupt nesting configu...
-
Tom Lafleur commented,
Today, I again tried to port a simple demo to the dsPIC33E processor using Eric files... The issue I was having is that his files are for FreeRTOS 7.5.3 and I was using 8.2... In ver 8 a number of...
-
Tom Lafleur commented,
I replaced the port.c and portmacro.h from the April 16, 2014 files above in my build with FreeRTOS 8.2.1 and 8.2RC1. But I get lots of compiler error... most of the time, this is an indication th...
-
Tom Lafleur created a post,
Multi-Port Serial drivers for PIC32MZ (or MX)
Here is my multi-port driver for the PIC32MZ series of processors... by changing the registers definitions to the PIC32MX795, it will also work fine there with the PIC32MX6xx-7xx series... It will ...
-
Tom Lafleur created a post,
PIC32MZ serial drivers, tested with Microchip MEB II board With FreeRTOS 7.6.0
This is an update of the PIC32 serial driver that work with new PIC32MZ processor. Its based on the serial driver provided in the standard demo format. Tested on a Multimedia Extension Board II (ME...
-
Tom Lafleur created a post,
dsPIC PIC24 LCD drivers for M162, M163 and HD44780
Tested under 7.0.1, uses queues. if you make any changes, bug fixes or enhancement, please send me a copy... tom @ lafleur . us dsPIC LCD_Drivers.zip
-
Tom Lafleur created a post,
dsPIC PIC24 two port serial drivers
Tested under 7.0.1, can be expanded to more that two serial ports, uses queues under interrupts. if you make any changes, bug fixes or enhancement, please send me a copy... thanks tom @ lafleur ....