SparkFun Forums 

Where electronics enthusiasts find answers.

Topics pertaining to the Arduino Core & software used with the Artemis module and Artemis development boards.
#228504
Response from Gary, Ambiq Micro tech support: (Thank you, it worked!!)

To write to the register we recommend using the following CMSIS register access method.
For example
uint32_t val = MCUCTRL->XTALGENCTRL; // Read the XTALGENCTRL register
MCUCTRL->XTALGENCTRL_b.XTALBIASTRIM = 0;
 Topic permissions

You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum