User Activity

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...