I got the MSP432 for a while, and I just solved the problem of the emulator driver. I glanced at the manual of the MSP432, which is similar to the MSP430. First, let's take a look at the introduction
In daily experiments, some basic photosensitive thermistors can roughly reflect changes in the environment. When I first came into contact with microcontrollers, I used a 51 microcontroller. I always
I just started to use Bluetooth chips with MCU. I want to know if this chip can be easily made into a development board similar to STM32?
I just want to use an MCU with Bluetooth directly. How does it
It has been 8 years since I graduated. Sometimes I feel that being a technician is really tiring. I need to know everything and learn everything, but the salary I get is not as high as I expected. Whe
First, raw os supports setting any priority, which can be set through raw_config.h, for example: #define CONFIG_RAW_PRIO_MAX 63 Raw os One priority corresponds to one ready doubly linked list. For det