Posted on January 22, 2018 at 16:03I think your problem is with the filter and bank configuration. The filter bank specifies which filter numbers are assigned to CAN2. If it's set to 14, then filters 14-27 are assigned to CAN2. So when initializing ...
Posted on January 22, 2018 at 12:11You might need to insert some delays between programming pages. It says in the datasheet: BYTE WRITE: A write operation requires two 8-bit data word addresses following the device address word and acknowledgment. U...
Posted on January 21, 2018 at 09:49Then an UVC class device might be the way to go. By googling i found this https://github.com/iliasam/STM32F4_UVC_Camera. I never tried it, but it seems to have an UVC class with isochronous transfer. Maybe try that...
Posted on January 20, 2018 at 18:34Have a look at OpenMVhttp://dangerousprototypes.com/blog/2014/01/08/openmv-update-25fps-face-detection-usb-support-and-more/