This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Where is description periphery library (API, drivers)?

Other Parts Discussed in Thread: CONTROLSUITE

Who knows? Where is description periphery library for F28M35?


I can see same functions in examples, like this

SysCtlClockConfigSet(SYSCTL_USE_PLL | (SYSCTL_SPLLIMULT_M & 0xA) | SYSCTL_SYSDIV_1 | SYSCTL_M3SSDIV_1 | SYSCTL_XCLKDIV_4);

I can see many functions in *.map, like this

00200679  SysCtlClockConfigGet                                              
00200633  SysCtlClockConfigSet                                              
002003dd  SysCtlClockDividersSet                                            
002006cd  SysCtlClockGet                                                    
00200511  SysCtlClockPllConfig                                              
00200311  SysCtlDeepSleep                                                   
00206149  SysCtlDelay                                                       
002008bd  SysCtlEnableAERRNMI                                               
0020009b  SysCtlFlashSizeGet                                                
00200791  SysCtlGPIOAHBDisable                                              
00200775  SysCtlGPIOAHBEnable  


Where is description?
  • Hi,
    You can find these functions in "<controlSUITE>\device_support\f28m35x\v207\MWare\driverlib\sysctl.c" file. Instead of "v207" use folder name which you have (depends on what version of controlSUITE you are using).

    Regards,
    Vivek Singh