- Notifications
You must be signed in to change notification settings - Fork1k
Commit52a1f6e
committed
fix(HardwareTimer): handle FDCANx irq when shared with TIMx irq
Application have to declare the phfdcan1 and phfdcan2.Example:FDCAN_HandleTypeDef myhfdcan1;FDCAN_HandleTypeDef *phfdcan1 = &myhfdcan1;#if defined(FDCAN2_BASE)FDCAN_HandleTypeDef *phfdcan2 = NULL;#endifFixes#2224.Signed-off-by: Frederic Pillon <frederic.pillon@st.com>1 parentd4ce718 commit52a1f6e
1 file changed
+34
-0
lines changedLines changed: 34 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
40 | 52 |
| |
41 | 53 |
| |
42 | 54 |
| |
| |||
1761 | 1773 |
| |
1762 | 1774 |
| |
1763 | 1775 |
| |
| 1776 | + | |
| 1777 | + | |
| 1778 | + | |
| 1779 | + | |
| 1780 | + | |
| 1781 | + | |
| 1782 | + | |
| 1783 | + | |
| 1784 | + | |
| 1785 | + | |
| 1786 | + | |
1764 | 1787 |
| |
1765 | 1788 |
| |
1766 | 1789 |
| |
| |||
1776 | 1799 |
| |
1777 | 1800 |
| |
1778 | 1801 |
| |
| 1802 | + | |
| 1803 | + | |
| 1804 | + | |
| 1805 | + | |
| 1806 | + | |
| 1807 | + | |
| 1808 | + | |
| 1809 | + | |
| 1810 | + | |
| 1811 | + | |
| 1812 | + | |
1779 | 1813 |
| |
1780 | 1814 |
| |
1781 | 1815 |
| |
|
0 commit comments
Comments
(0)