Hi everyone,
In the Mindtree stack code, I noted the following:
/* Define the system clock for MSP430 */
/* Supported CPU clocks: 8MHz, 12MHz, 18MHz, 25MHz */
/* Note 1: 25MHz is not supported on F5438 device */
/* Note 2: See baudrate section above for supported baudrate-CPU combinations */
#define SYSTEM_CLK SYSCLK_18MHZ
From the MSP430BT5190 datasheet, it appears that 8MHz at 1.8V is allowed.
Given that the PAN1315 seems to work natively at 1.8V (no LDO or level shifters required if both sides operate at that level), there could be a hardware cost/complexity benefit to the slower clock frequency.
My first question is this possible (8MHz operation) with the Mindtree stack and PAN1315 radio?
My second question is what are the frequency limits of running the mindtree stack itself (min. frequency for proper operation, etc.)?
Thanks
-Freddy