Altera_Forum
Honored Contributor
13 years agoRaw binary file format
Hi all, I'm looking for documentation for the Raw binary file format and Tabular Text file format. Is this freely available, or will I have to talk to Altera directly?
Thanks, Socrates. Since SPI is usually msb first (http://en.wikipedia.org/wiki/serial_peripheral_interface_bus#data_transmission), does that mean the RBF file contents should go out LSB first?
--- Quote Start --- RBF is just a simple binary format, that You can upload using simple serialization mechanism (e.g. SPI: SCK->DCLK, MOSI->DATA0). Except You need to do a byte-reverse before sending. --- Quote End ---