Production programming

Post Reply
maxl0rd
Posts: 7
Joined: Sun Mar 19, 2023 5:02 pm

Production programming

Post by maxl0rd »

Hey Frank

I am trying to figure out a good production programming setup.

I have a dev board which works fine, but my tech does not. I thought that we could use any of the standard usb to i2c bridges from ftdi with your toolchain but this doesn't seem to be working for either of us. Is there something I'm overlooking?

If there's a source for your icp boards anywhere, I'd be happy to buy a few, but I don't see them available anywhere.
Frank
Posts: 159
Joined: Sun May 03, 2015 2:43 pm

Re: Production programming

Post by Frank »

ICPs are available at:

Europe and Asia: Profusion https://www.profusionplc.com/parts/fxcore-icp I am not sure the Asia office has them at the moment

US and rest of world not served by Profusion: Experimental Noize email our sales address

The assembler can generate a HEX file so you can write your own loader using an FTDI part. The one on the dev board is an HID device so you can use a library like HIDSharp to handle the low level stuff and it is cross platform so we use it with the assembler.
Post Reply