| View previous topic :: View next topic |
| Author |
Message |
JerryR
Joined: 07 Feb 2008 Posts: 188
|
| SD Card bootloader? |
Posted: Tue Mar 03, 2026 8:14 am |
|
|
Group:
Other than Andrew Smallridge, has anyone developed a SD card bootloader for PIC18 controllers? |
|
 |
Ttelmah
Joined: 11 Mar 2010 Posts: 20046
|
|
Posted: Tue Mar 03, 2026 11:20 pm |
|
|
I wrote one years ago, but limited to FAT16 and 2GB SD. Still works fine,
and avoiding the larger cards means FAT16 and no need for the larger
handling for the bigger cards. A lot of devices still stick with the smaller
cards for the same reason, As you say Andrew offers a SD card bootloader.
For me, keeping with the smaller cards allowed the bootloader to be kept
as small as possible, which on the chip being used {one of the early
PIC18's), was important. |
|
 |
JerryR
Joined: 07 Feb 2008 Posts: 188
|
|
Posted: Wed Mar 04, 2026 6:48 am |
|
|
Ttelmah:
Yours might be a good place to start, thanks. Is it posted somewhere? |
|
 |
|