User Activity

We are using stm32f769 with 8 gb EMMC , from other forums we understood that there is no HAL support for emmc for more than 2 gb , we are hard coding the emmc block count to 0x773594 and emmc block size to 0x200 . These values are calcuated in accord...
We are using STM32F769 NI with DS3231 MZ+ rtc , the rtc is not holding time after a power reset .The reset pin in the DS3231 circuit is floating , althouigh reset pin has an internal pull up of 50k , can i leave the reset pin floating or should i con...
We are using STM32F769I eval board for storing the image to USB using the example "Camera_To_USBDisk" , when we are trying to convert the image format from BMP to JPEG . The image does not open . We are following the JPEG frame format for conversion...
We are trying to interface OV2640 camera with STM32f769 in our custom board, In OV2640 datasheet the slave address is given as 60 for write operation .For writing initial configuration , below API is used" CAMERA_IO_WRITE(OV2640_I2C_ADR , 0xff, 0x01)...