| commit | 9b17a952f6df812fad42e124e2b70eea89c77ff5 | [log] [tgz] |
|---|---|---|
| author | Aditya Ganesh <adityaganesh2k@gmail.com> | Sat Apr 06 11:25:06 2024 +0530 |
| committer | Alberto Escolar <alberto.escolar.piedras@nordicsemi.no> | Thu Apr 11 10:34:16 2024 +0200 |
| tree | c627af667a3cc3710fe4ffc290e16bb22c0e3cf7 | |
| parent | 75973852bfb0328957b2bf86cfbe67e1139ee2c0 [diff] |
drivers: can: can_stm32_bxcan.c: Failed to exit sleep mode Fixes the issue of CAN failing to exit sleep mode inside can_stm32_init() when a software reset is done. For stm32 the CAN is first made to enter initialization mode first and then made to exit the sleep mode. Signed-off-by: Aditya Ganesh <adityaganesh2k@gmail.com>