Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
23 views

How To Access UID in 24CS256

I have a Microchip 24CS256 that doesn't appear to respond to address 0x58. I'm trying to read the Unique ID. I seem to be able to read and write the lower addresses with device ID 0x50, but the device ...
KyleG's user avatar
  • 143
2 votes
1 answer
158 views

Embassy I2C Communication with 24C16N EEPROM on STM32F103C8 Fails, While stm32f1xx_hal Works

I'm developing an embedded project in Rust using the embassy framework on an STM32F103C8 microcontroller. My board includes an EEPROM module (24C16N), and I need to use it for reading and writing data....
MrPashaPG's user avatar
2 votes
1 answer
44 views

Preserving EEPROM-Emulation area when programming new code - STM32 - VScode - JLink

I'm using the last flash page (page 31: 0x0800 F800 - 0x0800 FFFF2) as eeprom emulation area on my STM32G030C8. I'm working with VScode and programming/debugging the flash with JLink over USB. Is ...
BEsmart's user avatar
  • 67
0 votes
1 answer
126 views

STM32 SPI communication with 93C46 EEPROM

I want to sent commands (Read, Write, etc.) to a 93C46 EEPROM with a STM32 micro-controller through the SPI interface. The data sheet of 93C46 says that we should send (e.g.) 20 clock cycles for a ...
MHBagh's user avatar
  • 23
0 votes
0 answers
65 views

Access /sys/bus/w1/ from kernel module

I am new to kernel device driver development(or Linux development). I currently have a 1-wire memory device that shows up in /sys/bus/w1/devices/w1_bus_master1/. There I can read the eeprom and other ...
Pea's user avatar
  • 1
1 vote
1 answer
100 views

Read EEPROM via SPI (C232HM)

I want to read a M95128-DRMF4TG/K EEPROM with a C232Hm MPSSE cable, with contains a C232H MPSSE controller. This is my code (C#): private void ReadSPI(byte[] byteArray, int adress) //adress is 0x0100, ...
Heimdall's user avatar
0 votes
0 answers
47 views

LPC4333 Internal EEPROM Endurance and Wear Levelling

I am trying to understand the the datasheet for the EEPROM Endurance. I can see that the EEPROM has a minimum of 100K erase/write cycles. Is this per word, per page or just in total? The EEPROM has ...
Realtime Rik's user avatar
  • 1,714
0 votes
0 answers
67 views

AVR ASM, EEPROM being written to before being specified

enter image description hereIm trying to build a digital safe using the ATMEGA32A micrcontroller. Ive read through the date sheet for read/ writes to EEPROM which is fine but my program seems to ...
dylzad747's user avatar
1 vote
1 answer
199 views

EEPROM wear leveling between power cycles

I have an EEPROM with 2kb memory available to store some data - 8 bytes per write. I need to write this data every second, and currently I don't have the ability to change the EEPROM to FRAM or a ...
msacco's user avatar
  • 171
0 votes
0 answers
26 views

QSPI eeprom page not written

I'm using the Renesas RA6M4 QSPI API to write to QSPI EEPROM (MX25L256 From Macronix), but every time when I write to the third page, the second page is somehow erased, only first page data is ...
Yuji Naka's user avatar
0 votes
1 answer
27 views

How do I find out if a char anything in it?

I have an app in which I save inputted text to EEPROM and then I retrieve it from EEPROM every time the app is launched. Here is the code I use to retrieve the EEPROM, divide it into parts and print ...
user1114881's user avatar
0 votes
0 answers
33 views

Is there a manual for the digelec LabPro logic programmer?

I have a digelec logic programmer, Model LabPro that was made by Advanced Micro Devices. I really need the manual to be able to use the device. Searched the Internet for the documentation, could not ...
Rudy18d's user avatar
2 votes
1 answer
65 views

I2C Communication with Tiva TM4C123GXL

I am trying to connect a Tiva TM4C123GXL with I2C. I think I am writing to the data register properly, however every single time I read from I2C, I am always getting 0xFF back. I am connected to an ...
Lemon's user avatar
  • 31
3 votes
0 answers
177 views

8051 Keil c51 Unable to properly use the INTERNAL EEPROM, on 89c52 or STC12C5A60S2

Difficulty Reading/Writing Multiple Bytes from Internal EEPROM (STC12C5A60S2 / 89C52) Body: I'm encountering a persistent challenge in reading and writing multiple bytes from the internal EEPROM of an ...
Iorp's user avatar
  • 43
1 vote
0 answers
121 views

Might there be a bug at the EEPROM write simulator in ATMEL/Microchip Studio?

I'm currently writing an assembler program for the ATMEGA328P, using Microchip Studio (7.0.2594) and also a test suite in order to verify correct funtioning. While testing this program writing error ...
Dieter Profos's user avatar

15 30 50 per page
1
2 3 4 5
23