Top "Msp430" questions

The msp430 is a family of 16-bit microcontrollers from Texas instruments.

Command Prompt Error 'C:\Program' is not recognized as an internal or external command, operable program or batch file

I am trying to run the following batch command. The command has been extracted from the IDE so is confirmed …

batch-file command-line msp430 iar
MSP430 assembly instructions

I am trying to understand what these instructions do for the MSP 430 processor: (1) MOV.w #0x0055,R5 (2) BIC.w #0xFFEE,…

assembly processor msp430
IAR Embedded Workbench cannot find files, Pe1696, even though it is searching for them

I am using IAR Embedded workbench 5.51 for MSP430. I am using C99. I am trying include code from a third …

msp430 iar
Is there an emulator of MSP430 chip that works without the actual chip and integrates with Code Composer Studio?

I need to learn to program MSP430, but don't have the actual chip yet. All configurations that I've tried at …

embedded msp430
How to correctly calculate address spaces?

Below is an example of a question given on my last test in a Computer Engineering course. Anyone mind explaining …

memory-address spaces cpu-registers msp430
Converting decimal to BCD

I'm working on an assignment currently that uses a microcontroller and a circuit to display a decimal in binary, through …

c msp430 code-composer
Msp430 i²c module and libraries

I have a project that has a MSP430G2553 master device and a Triple-Axis Digital-Output Gyro ITG-3200 Breakout slave. ITG3200 …

master gyroscope i2c msp430 slave
FreeRTOS configTICK_RATE_HZ

I am using an MSP430f5438 with version 5.4 of FreeRTOS. I am having a funny problem that I can't figure …

c msp430 rtos iar freertos
How to pass a compile flag to cmake initial compiler test?

I'm trying to use CMake for building a project which uses the MSPGCC cross-compiler for a MSP430 microcontroller. To successfully …

cmake cross-compiling msp430