Home
JAQForum Ver 24.01
Log In or Join  
Active Topics
Local Time 10:58 11 Nov 2025 Privacy Policy
Jump to

Notice. New forum software under development. It's going to miss a few functions and look a bit ugly for a while, but I'm working on it full time now as the old forum was too unstable. Couple days, all good. If you notice any issues, please contact me.

Forum Index : Microcontroller and PC projects : sd card i/o for pic32 using atmega

Author Message
isochronic
Guru

Joined: 21/01/2012
Location: Australia
Posts: 689
Posted: 01:59pm 30 Apr 2018
Copy link to clipboard 
Print this post

I have been looking at using sd card storage for my f77ish
interpreter. The cards are slow so I have offloaded the io
to a peripheral-based spooler arrangement, ie the peripheral handles the sd interaction and sends/receives bursts of data via spi.
To take a short cut I used an atmega (arduino uno) as the peripheral,
I think the libraries use ChaNs excellent FatFS code.

The data is set as csv files which can be used in excel.
Eg a simple output :





It needs a fair amount of work yet.
Ed - the two lines show signed integer*1, integer*4, 32-bit float, 64 bit float,
an unsigned integer*1 and short text strings saved as an excel csv file in default
formats. Files can be read as data input or written as output, using preset filenames.Edited by chronic 2018-05-02
 
Print this page


To reply to this topic, you need to log in.

The Back Shed's forum code is written, and hosted, in Australia.
© JAQ Software 2025