Posted on June 28, 2018 at 11:54 Hi, I am using the M95320 EEPROM and sending RDID instruction to read the Device Identification page however the device is responding with 0xFF for all 32 bytes on the MISO line. The 2 byte address I am sending is...
Posted on July 31, 2017 at 13:36Hi, I am working on my project which requires to send some data over UART.I have F429ZI Nucleo board with a UART2 configured (see uart2_config image). The UART2 has Interrupts enabled so I can use the HAL_UART_Transmi...
Posted on August 31, 2016 at 16:09
Hi,
I started a brand new project in STM32CubeMX, picked STM32F427ZIT6 MCU, selected SW4STM32 toolchain. Code generation settings not changed, left to default ''Copy only the necessary files'', ''Keep us...
Posted on May 16, 2016 at 15:24Hi,I have a STM32F103 MCU with I2C2 enabled and configured as slave (ID 0x28h). I also have a STM32F429 MCU with I2C3 as Master.I've found an Optimized I2C Examples on ST's website and I've used that as a base. All I a...
Posted on April 29, 2016 at 23:43Hi,I've been utilising the x-nucleo-idw01m1 projects that come with the wifi shield on the STM32f401re nucleo board and they work great. I've decided to port one of the examples to use my 429zi nucleo project. I've g...
Posted on July 11, 2018 at 10:23 Hi Pierre, Thank you for clarifying this. I have now realised that I do have the M95320-W IC and not the -D. Much appreciated.
Posted on July 06, 2018 at 12:48Hi Pierre,Thank you for your response.I am definitely sending 1000 0011 + 2 address bytes. The traces in my original post show (0x83 + 0x00 + 0x00).I bought the parts from one of ST's suppliers, I would hope they were...
Posted on July 04, 2018 at 10:29Hi Nilesh,I used this guide - https://www.st.com/resource/en/datasheet/m95320-a125.pdf I do not have an initialisation procedure for the device but these are the things that I have done: HOLD pin is bridged with the ...