| OLD | NEW |
| 1 /** | 1 /** |
| 2 ****************************************************************************** | 2 ****************************************************************************** |
| 3 * @file startup_stm32f746xx.s | 3 * @file startup_stm32f746xx.s |
| 4 * @author MCD Application Team | 4 * @author MCD Application Team |
| 5 * @Version V1.0.2 | 5 * @Version V1.0.2 |
| 6 * @Date 21-September-2015 | 6 * @Date 21-September-2015 |
| 7 * @brief STM32F746xx Devices vector table for GCC based toolchain. | 7 * @brief STM32F746xx Devices vector table for GCC based toolchain. |
| 8 * This module performs: | 8 * This module performs: |
| 9 * - Set the initial SP | 9 * - Set the initial SP |
| 10 * - Set the initial PC == Reset_Handler, | 10 * - Set the initial PC == Reset_Handler, |
| (...skipping 571 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 582 .thumb_set I2C4_EV_IRQHandler,Default_Handler | 582 .thumb_set I2C4_EV_IRQHandler,Default_Handler |
| 583 | 583 |
| 584 .weak I2C4_ER_IRQHandler | 584 .weak I2C4_ER_IRQHandler |
| 585 .thumb_set I2C4_ER_IRQHandler,Default_Handler | 585 .thumb_set I2C4_ER_IRQHandler,Default_Handler |
| 586 | 586 |
| 587 .weak SPDIF_RX_IRQHandler | 587 .weak SPDIF_RX_IRQHandler |
| 588 .thumb_set SPDIF_RX_IRQHandler,Default_Handler | 588 .thumb_set SPDIF_RX_IRQHandler,Default_Handler |
| 589 | 589 |
| 590 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
| 590 /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
|
| 591 | 591 |
| OLD | NEW |