Shop OBEX P1 Docs P2 Docs Learn Events
Propeller Memory Card Gcc support — Parallax Forums

Propeller Memory Card Gcc support

MauvaiMauvai Posts: 45
edited 2014-09-30 16:45 in Propeller 1
Is there any files available in C/C++ for the propeller memory card? (http://www.parallax.com/product/40004)

All of the example files are in spin

Comments

  • DavidZemonDavidZemon Posts: 2,973
    edited 2014-09-30 16:45
    So long as you configure the pins accordingly, you should be able to use any of the standard utilities. PropGCC's xmm, xmm-single and xmm-split models all work with external memory. The Simple libraries also come with SD utilities if you'd rather not use an xmm* model.

    Oh, and to configure the pins for xmm* models, look in the board configuration file. These can be found in `<propgcc install dir>/propeller-load`
Sign In or Register to comment.