Hello,
I have a few questions regarding the FDK and C5515: I am working with the demo application provided by TI.I need to store features of the fingerprint on PC. In order to acomplish that I would like to configure UART in a write (yes I know about CSL but yet.....). The following are my questionsIs :
- In CCS I saw that the CLKSELSTAT is 1 which means that FDK is running from external 12MHz clock. Am I write? (It is not described anywhere)
- In the function: TA_hal_Init_high_clk, after the SYS_CLKCFGMSW = 0x1; (last line) the SYSCLKSEL bit remains to be 0 (at least in CCS register view). Can you explain why is that? What is the intention of hte function if not to move to 120 MHz PLL
Those questions arise from the fact that in order to configure UART I need to configure in a correct way UART CLK which depends on SYSCLK (Yes I know about CSL BUT .. :-))
Will appreciate a quick answer.
Regards