User Activity

Hi,I try to make stm32l496 as a video camera device. I use Ov5640 sensor. The aim is that taking photos and send them to the host device directly (like a webcam). The challenge is that when I try to use high resolutions, due to I don't use any memory...
Hi guys,I use STM32F429+stemwin GUI. I have many image to show on display. Due to space limitation, I try to declare image to allocate memory space in SDRAM as following line:unsigned char _acMY_LOGO[]__attribute__((at(SDRAM_BANK_ADDR + IMAGE1_ADDR))...
I have stm32f429discovery and i used stm32cubeMx to set up usb host with fast32. when I connect flash it works OK. but when I configure freeRTOS it didn't work. when i debug it, I found that the "id" in "USBH_UserProcess" function is "HOST_USER_CONNE...
I have stm32f429discovery and i used stm32cubeMx to set up usb host with fast32. when I connect flash it works OK. but when I configure freeRTOS it didn't work. when i debug it, I found it go to "HardFault_Handle" loop. i increase heap and stack size...
Posted on June 19, 2016 at 08:19hiI wanna use external ADS7816 ADC with serial (SPI) interface. I wrote the following code but it doesn't work! spi sclk pin has clock and I use PA0 to manage ADS1768 comunication as slave (SS). the problem is that I ...
Kudos from