您好,TI
我在哪里能设置CC1310的CPU的工作频率,请问有没有相关文档介绍CPU的工作频率的
Felix ZF:
目前CC1310的CPU工作频率是固定的,不能修改。
yangbo lin:
回复 Felix ZF:
不是24M和48M可调吗?那现在的CC1310的工作频率是多少?是48M吗?
Felix ZF:
回复 yangbo lin:
固定48M。
da qin zheng sheng:
我使用内部的晶振,默认48MHz
Susan Yang:
//***************************************************************************** // //! \brief Get the CPU core clock frequency. //! //! Use this function to get the current clock frequency for the CPU. //! //! The CPU can run from 48 MHz and down to 750kHz. The frequency is defined //! by the combined division factor of the SYSBUS and the CPU clock divider. //! //! \return Returns the current CPU core clock frequency. // //***************************************************************************** __STATIC_INLINE uint32_t SysCtrlClockGet( void ) { // // Return fixed clock speed // return( GET_MCU_CLOCK ); }但目前
GET_MCU_CLOCK 默认是48M
yangbo lin:
回复 Susan Yang:
请问:
关于外部晶振的比配电容,是在内部可调的吧。请问软件上怎么做修改?有没有相关的介绍文档呢?1310外部的两个晶振,是干什么用的?可以只用一个吗?