Hi Vasi, I've never tried it on linux, I'll take a look.
I've had no issues at 64Mhz with 18f67j50, on a breadboard. I got tired of soldering when I need to use a 64 pin QFP, so I actually just bought one of these and stuck it to a custom breadboard: http://www.ebay.ca/itm/171935780417 SD card library should not need to be modified to use spi_master_hw2. I should add another sample however. If someone has a working spi include block, please provide it. -- defaulting to MSSP1 if none of following aliases are previously defined if !defined(spi_master_set_mode) then alias spi_master_set_mode is spi_master_hw_set_mode end if if !defined(spi_master_set_speed) then alias spi_master_set_speed is spi_master_hw_set_speed end if .... if !defined(spi_master) then alias spi_master is spi_master_hw end if -- You received this message because you are subscribed to the Google Groups "jallib" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/jallib. For more options, visit https://groups.google.com/d/optout.
