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.
chip.h
00001 #include "stm32f103c8t6.h" 00002 #define UAVCAN_STM32_BAREMETAL 1 00003 #define UAVCAN_STM32_NUM_IFACES 1 00004 #define STM32_PCLK1 HAL_RCC_GetPCLK1Freq() 00005 #define STM32_TIMCLK1 (48000000ul) //48MHz. Is UAVCAN_STM32_TIMER_NUMBER 1? 00006 #define CAN1_TX_IRQHandler CAN1_TX_IRQHandler 00007 #define CAN1_RX0_IRQHandler CAN1_RX0_IRQHandler 00008 #define CAN1_RX1_IRQHandler CAN1_RX1_IRQHandler 00009 00010 00011 //#define UAVCAN_DEBUG 1 //for monitoring of bus. Note that this feature requires C++ I/O streams and UAVCAN_TOSTRING.
Generated on Sun Jul 24 2022 04:27:17 by
1.7.2