spi 25lc512 read/write from BIN file

Discussion on both general simulation and Proteus VSM microcontroller simulation.
Post Reply
karadevnet
Unlicenced User
Posts: 7
Joined: Thu 2022-10-27 15:05

spi 25lc512 read/write from BIN file

Post by karadevnet »

spi 25lc512 read/write from BIN file when to wait for this function :) and where i can read all change logo for version 13 sp xxx and version 14 sp xxx
thanks in front . in news page in site i read to login in forum to read all news and change log for new versions,but here nothing about new functions and fixes for new versions. best regards
spi25lc512ccc.jpg
spi25lc512ccc.jpg (340.04 KiB) Viewed 245 times
Ettore
Labcenter Staff
Posts: 2935
Joined: Fri 2006-03-03 11:56
Location: Milan
Contact:

Re: spi 25lc512 read/write from BIN file

Post by Ettore »

Reads from BIN file work fine to me. Writes to BIN file is not supported by design and it's not an option.
Immagine 2022-10-28 102808.jpg
Immagine 2022-10-28 102808.jpg (269.15 KiB) Viewed 232 times
Immagine 2022-10-28 102815.jpg
Immagine 2022-10-28 102815.jpg (297.67 KiB) Viewed 232 times
Kind regards,
Ettore Arena - Labcenter Electronics.
karadevnet
Unlicenced User
Posts: 7
Joined: Thu 2022-10-27 15:05

Re: spi 25lc512 read/write from BIN file

Post by karadevnet »

about writing and reading like a complete function i have suggestion with 2 variants :
>> 1. simple text file like a picture that i make in my variant of reading and writing in other software usage for 25lc512.
>> variant 2 : intel hex format is standard for many memory usage like a and/or micro controllers. when i use a eeprom in simulation need to use a simple way to read write a small amount of data in to eeprom memory. that can be seen easily in simple text file editing with notepad++ for example. i make a software now for bootloader uploader for pic18f47k42 in simple my pcb design and use a simple text function in C# to edit/read/write/change in text file *.txt and also in *.hex files because they are simple text files, but are writed in intel hex format style, to can software upload to microcontroller for all you team i know it is easy to make it what a variant you want, but wich will be easy for customers.

by the way for all EPROM memory 27xxx this functions i think work fine, because i use them before many years. it is 21 century already :)
Attachments
spi_bin_txt.jpg
spi_bin_txt.jpg (206.5 KiB) Viewed 211 times
spi_bin_intelhex_view.jpg
spi_bin_intelhex_view.jpg (296.7 KiB) Viewed 211 times
intelhex_read_write.jpg
intelhex_read_write.jpg (218.83 KiB) Viewed 211 times
Post Reply