Resolved! M95P32 EEPROM - looking for a driver
Is there any driver or sample code available M95P32 EEPROM?Can modern MCUs work with this EEPROM in memory-mapped mode?
Is there any driver or sample code available M95P32 EEPROM?Can modern MCUs work with this EEPROM in memory-mapped mode?
Hi,I have issue on Key Establish and Wrap/Unwrap example.I have X-NUCLEO-SAFEA1 and NUCLEO-L476RG for testing.I downloaded X-CUBE-SAFEA1 from ST web site, version is V1.2.2. Here's what I tried.I ran paring example. I commented out "_FORCE_DEFAULT_FL...
Hi,There is someone that can help me with this issue ?I updated the firmware correctly to the latest version: sm42_monolithix_v4.0.1.hexI'm connecting via OTAA to TTN and it works fine.For the first message I have a few seconds from uplink message an...
Hi,I have a piece of CRC calculating code that I nicked from somewhere a couple of decades ago. I've been wondering about a few lines: *CRCVal ^= (*CRCVal << 8) << 4; *CRCVal ^= ((*CRCVal & 0xFF) << 4) << 1;(CRCVal is a pointer to a uint16_t varia...
Could you help me with the data sheet for the: "TDB0791EP"
Hi, I have made a customized board using STM32 and M24M01E-FMN6TP, but not able to communicate, kindly find the schematic attached. I have written a code for I2c scanner just to test the circuit and it is giving me no i2c device is connected.I have ...
Both the storage protection unit and the microprocessor unit are abbreviated MPU. How to use the abbreviation in order to prevent conflicts ?
I'm having trouble when reading back the values I have written to the VNF1048F IC.Every time, the unused bit is being enabled, Even after only performing the software reset,the unused bit is setting.Here's what I have tried so far:1.Performed a softw...
Hi folks, I hope you're able to help me out. I need to replace a few of the components in the picture. Sorry for the poor quality.I did of course google the markings but have had no results. - The measurements of the package is 2.4mm x 4.2mm.- To me ...
Maybe my question should be on Stackoverflow, but I thought there would be qualified people here to help me.I need to keep a data structure updated between two processors, with a size around 100B to 200B and something around 1 to 3 updates per secon...