User Activity

Hi,I am using ST 95M01R EEPROM. I am writing 1kb of data to EEPROM but for every 1kb of data last page is not getting update(i mean 4th page, 8th page, 12th page, etc...).For every 1kb of chunk 3 pages(768 bytes) are getting update but last page(i me...
Hi,I am using STM32F107VCT6 MCU.I already implemented my whole application using StdPeripheral driver. Now i want to use USB and FatFs but there is no support for this in StdPeripheral driver for that i need to use HAL driver.I tried to integrate HAL...
Hi,I am using STM32F107VCT6 MCU and i need to measure voltage at GPIO PB11.But there is no any ADC channel connected to this GPIO but i see that this GPIO cab be used as ADC1_EXTI11/ADC2_EXTI11.So with this Alternate function of GPIO can we measure v...