energia / msp432-core

MSP432 Core and Framework
14 stars 10 forks source link

MSP432: 80 MHz for clockCyclesPerMicrosecond #31

Open robertinant opened 7 years ago

robertinant commented 7 years ago

From @rei-vilo on June 18, 2015 13:37

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?

Copied from original issue: energia/Energia#633