energia / Energia

Fork of Arduino for the Texas Instruments LaunchPad's
http://energia.nu
Other
794 stars 672 forks source link

MSP432: 80 MHz for clockCyclesPerMicrosecond #633

Closed rei-vilo closed 8 years ago

rei-vilo commented 9 years ago

File /Applications/ IDE/ Energia.app/ Contents/ Resources/ Java/ hardware/ msp432/ cores/ msp432/ Energia.h contains

#define clockCyclesPerMicrosecond() ( 80000000L / 1000000L )

Shouldn't be 48000000= 48 MHz instead?

robertinant commented 8 years ago

This issue was moved to energia/msp432-core#31