CC26xx has a dedicated chip supply voltage test function.
Here’s how:
1. Add the following header file to the simpleBLEPeripheral.c file.
#include driverlib/aon_batmon.h2. Add where needed
//BAT Monit...
[i=s]This post was last edited by jinglixixi on 2022-3-30 09:27[/i]On the AT-START-F425 development board, there are 3 LEDs and 1 user key, and its schematic diagram is shown in Figure 1.Figure 1 LED ...
[color=#FF0000]I want to ask: The keyboard driver in D:\WINCE500\PUBLIC\COMMON\OAK\DRIVERS\KEYBD (seems to be the MDD layer). I don't know if it is the driver for a non-USB keyboard? In D:\WINCE500\PU...
My project needs a time synchronization accuracy of 1 ms. I use the system's internal tick (1 ms) to calculate milliseconds. But now the problem is, if I synchronize the time, the host computer softwa...