FYI: Update chipinfo.db with slac460x
This also modifies struct chipinfo.mclk_control to uint32_t, since it contains 32 timers' information. The updated chipinfo.db has been extracted from slac460x. http://www.ti.com/lit/sw/slac460x/slac460x.zip To extract chipinfo.db, the following patches are necessary to make msp-ds-dumpdb command from slac460x, and corresponding Homebrew formula, msp-ds.rb may help. https://raw.githubusercontent.com/tgtakaoka/homebrew-tinyos-msp430/master/patches/msp-ds-slac460x-2-patches.tar.xz https://github.com/tgtakaoka/homebrew-tinyos-msp430/blob/master/msp-ds.rb The msp-ds-dumpdb command also can dump device database with XML format as MSP430_DumpDeviceDb() do.
This commit is contained in:
parent
7c41acd418
commit
c9c7cf546b
84044
chipinfo.db
84044
chipinfo.db
File diff suppressed because it is too large
Load Diff
|
@ -138,7 +138,7 @@ struct chipinfo {
|
|||
unsigned int bits;
|
||||
chipinfo_psa_t psa;
|
||||
uint8_t clock_control;
|
||||
uint16_t mclk_control;
|
||||
uint32_t mclk_control;
|
||||
chipinfo_clock_sys_t clock_sys;
|
||||
chipinfo_features_t features;
|
||||
|
||||
|
|
Loading…
Reference in New Issue