Search found 5 matches

by dotzz
Wed Dec 13, 2017 2:09 pm
Forum: Development Tools and Programming
Topic: Storing of text data to OTP memory
Replies: 8
Views: 4578

Re: Storing of text data to OTP memory

Hi dotzz. Sorry but no idea the raised questions. Hoping that someone else can assist with details. You may also wish to contact XMOS support for feedback. Still so much for us to learn about these powerful XMOS devices and tools... On an aside and about the AES bootloader - you are interested in p...
by dotzz
Wed Dec 13, 2017 1:06 pm
Forum: Development Tools and Programming
Topic: Storing of text data to OTP memory
Replies: 8
Views: 4578

Re: Storing of text data to OTP memory

How about coding up a program that will embed your data inside this program -> write to the OTP (again, use an output file with xburn for initial testing) -> then use your program to fetch this data using the ROM (OTP) API ? Unless you code + data is < 8k, you may have to use an external flash for ...
by dotzz
Tue Dec 12, 2017 5:31 pm
Forum: Development Tools and Programming
Topic: Storing of text data to OTP memory
Replies: 8
Views: 4578

Re: Storing of text data to OTP memory

Here is an idea but first some disclaimers: 1) have not tested this idea 2) you are working with OTP (one time programmable) memory so be sure to use the file output method for initial debugging before moving to use the OTP region. The file logging method should allow you to emulate as though you a...
by dotzz
Tue Dec 12, 2017 3:11 pm
Forum: Development Tools and Programming
Topic: Storing of text data to OTP memory
Replies: 8
Views: 4578

Re: Storing of text data to OTP memory

http://www.xcore.com/viewtopic.php?f=47&t=5155 see the comments from Henk. Thank you, I saw this topic and actually what I need: " On a more fundamental level: how OTP is used is up to the end-user, i.e., yourself. You can store a serial number in it, mac addresses, a JPG, or other things;...
by dotzz
Mon Dec 11, 2017 6:20 pm
Forum: Development Tools and Programming
Topic: Storing of text data to OTP memory
Replies: 8
Views: 4578

Storing of text data to OTP memory

Hi all!

I want to store some text data with information about my device to OTP memory. How can I do it using XBURN tool? I found just MACs, SN, or executable bins.

Thank you!