Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: DISCO-F746NG_LCDTS_CC3000_NTP DISCO-F746NG_ROPE_WIFI F746_SpectralAnalysis_NoPhoto ecte433 ... more
Revision 13:85dbcff443aa, committed 2019-11-27
- Comitter:
- jeromecoutant
- Date:
- Wed Nov 27 08:29:42 2019 +0000
- Parent:
- 10:1050c589b2ad
- Parent:
- 11:b70ba9b9345e
- Commit message:
- Fix OV9655 Camera Driver
Changed in this revision
| Drivers/BSP/STM32746G-Discovery/stm32746g_discovery_camera.c | Show annotated file Show diff for this revision Revisions of this file |
--- a/Drivers/BSP/STM32746G-Discovery/stm32746g_discovery_camera.c Tue Nov 12 11:24:03 2019 +0100
+++ b/Drivers/BSP/STM32746G-Discovery/stm32746g_discovery_camera.c Wed Nov 27 08:29:42 2019 +0000
@@ -394,6 +394,25 @@
}
}
+
+/**
+ * @brief Handles DCMI interrupt request.
+ * @retval None
+ */
+void BSP_CAMERA_IRQHandler(void)
+{
+ HAL_DCMI_IRQHandler(&hDcmiHandler);
+}
+
+/**
+ * @brief Handles DMA interrupt request.
+ * @retval None
+ */
+void BSP_CAMERA_DMA_IRQHandler(void)
+{
+ HAL_DMA_IRQHandler(hDcmiHandler.DMA_Handle);
+}
+
/**
* @brief Get the capture size in pixels unit.
* @param resolution: the current resolution.