mbed-os/libraries
Bartosz Szczepanski 1d1f7ab133 [STM32F4] Clock and interrupt fixes (#1735)
* [STM32F4] Get PCLK1 clock and set initial CAN frequency

CAN bus opperates on APB1 peripheral clock due to that we need to get PCLK1 freq
in *can_frequency()* function to properly calculate CAN speed and reconfigure
BS1, BS2, SJW bits.

Also to fully communicate with other ST platform we set the initical CAN
frequency to 100kb/s to be able to work with the slowest platform which supports
CAN, which is NUCLEO_F303K8 (APB1 is 32MHz).

Change-Id: I10af3aa8d715dd61c9d1b216ef813193449fecbd

* [STM32F4] Fix for CAN2 interrupt index

CAN2 interrupt index was wrong leading to not properly registering interrupt.
Having this fix allow us to pass MBED_30 test.

Change-Id: I33f9ca7c81286f7746a8f8352619e213bdf9756a
2016-05-16 11:55:59 +01:00
..
USBDevice USB support for KL27 2016-05-02 14:52:31 -05:00
USBHost New mbed platform VK_RZ_A1H 2016-04-26 17:27:39 +03:00
doc
dsp [dsp lib] update CMSIS dsp 4.5 2015-11-18 23:26:25 +01:00
fs [FATFileSystem] Fixed API integer widths 2015-11-26 09:59:52 -07:00
mbed [STM32F4] Clock and interrupt fixes (#1735) 2016-05-16 11:55:59 +01:00
net lwip - fix size of sys mutex for RTX 4.79 2016-05-05 12:11:08 -05:00
rpc Add support for KL27Z FRDM board 2016-04-29 15:45:05 -05:00
rtos RTX - pull cmsis_os into rt_Timer 2016-05-06 12:27:25 -05:00
tests [NUCLEO_F746ZG] Add RTOS and MBED_A8 tests (#1728) 2016-05-13 15:46:03 +01:00