This demo connects two MSP430 s via the I2C bus. The master reads 5 bytes the slave. This is the MASTER CODE. The data the slave transmitter begins at 0 and increments with each transfer. The USCI_B0 RX interrupt is used Date : 2025-08-12
Size : 1kb
User : sattarhastam
SPI master talks to SPI slave using 3-wire mode. Incrementing data is sent by the master starting at 0x01. Received data is expected to be same as the previous transmission TXData = RXData-1. USCI RX ISR is used to hand Date : 2025-08-12
Size : 1kb
User : sattarhastam
This program first erases flash seg C, then it increments all values in seg C, then it erases seg D, then copies seg C to seg D. Seg C @ 1040h Seg D @ 1000h The EEI bit is set for the Flash Erase Cycles. This does allow Date : 2025-08-12
Size : 1kb
User : sattarhastam
MPU6050 sensor application base on Zephyr v1.7.0, the MPU6050 driver is under zephyr-v1.7.0/drivers/sensor/mpu6050 Date : 2025-08-12
Size : 1kb
User : 韦伯
threads, semaphore and interrupt application on zephyr, the application can recognize hold and short press, the uart and led will show the result. Date : 2025-08-12
Size : 1kb
User : 韦伯