User Activity

Hi there,I have configured ST32F207VGT for FSMC asynchronous muxed NOR configuration, FPGA is connected to the bus at other end. Following is the FSMC configuration done on MCU hnor1.Instance = FSMC_NORSRAM_DEVICE; hnor1.Extended = FSMC_NORSRAM_E...
Posted on June 30, 2018 at 07:42Hi,I have implemented I2C master on STM32F207VG and performing I2C bus scan for slave detection.I am having a slave device whose I2C address can be modified.It is working fine with all addresses except addresses 120,1...
Posted on June 13, 2018 at 15:36Hi,I am running code to scan available devices on I2C bus by using HAL_I2C_Master_Transmit() .scan is responding for RTC+EEPROM module and listing I2C addresses perfeclty.Now I have I2C based optical switches on bus,b...
Posted on June 05, 2018 at 19:57Hi there,I have generated USB CDC code from cubeMX  for STM32F207ZT (144 pins) nulcleo board and it is working fine USB device is getting listed in COM ports. Now I am flashing the same code with some minor clock chan...
Posted on September 02, 2017 at 12:35Hi there,I am using STM32F207ZG nucleo board for FSMC muxed NOR flash and have configured for the same over cubeMX. Selected clock as burst read.But when I am giving the command to read as-fsmc_read=*(__IO uint8_...