Part Number: LAUNCHXL-F28027
Tool/software: Code Composer Studio
Hi everyone,
I'm trying to establish I2C communication between the LAUNCHXL-F28027 and Adafruit MCP9808 Precision I2C Temperature Sensor. I didn't find the eeprom example that intuative…
Part Number: LAUNCHXL-F28027 Other Parts Discussed in Thread: CONTROLSUITE Tool/software: Code Composer Studio Hi, I am New to c2000 programming,
I am working though the examples from PFC application example files from controlsuite and i already have…
Part Number: LAUNCHXL-F28027 I am using the LAUNCHXL-F28027 to drive a dot matrix display. I send the data to the board in a loop in main without using a delay. If I flash my code to the board in CCS, it is running without issues and is fast enough to…
Part Number: LAUNCHXL-F28027 Hello everyone,
I want to share a little plug-in PCB I've made for LAUNCHXL-F28027 Kit, that provides power to the MCU from the debugger (USB) with full isolation (UART and JTAG on this kit is already isolated).
How it…
Part Number: LAUNCHXL-F28027 Tool/software: Code Composer Studio I am using MacOS to install CCS for using C2000 piccolo Launchpad.
LAUNCHXL-F28027 recommends using version 5 of CCS. But there is no MacOS version for version 5.
So, can I use other…
Part Number: LAUNCHXL-F28027 Tool/software: Code Composer Studio I am trying to debug sgent_1 examle to generate a simple sine wave usinc c2000 f28027. But when I debug this code, I get this error :
Part Number: LAUNCHXL-F28027 Hello, I'm using the C2000 support package for Matlab with my F28027F launchpad. Now I'm testing a current sensor (LA25-np). I used the ADC block to read the analog value from the sensor. All settings of the ADC block are…
Part Number: LAUNCHXL-F28027 Other Parts Discussed in Thread: C2000WARE I'm trying to flash F28027 via SCI. I have GPIO34 HIgh, 37 and !TRST LOW. I compiled the kernel with RAM target and blink example with FLASH target.
When I run the serial flash…
Part Number: LAUNCHXL-F28027F Other Parts Discussed in Thread: CONTROLSUITE , LAUNCHXL-F28027 Tool/software: Code Composer Studio Hello everyone.
I have confirmed the operation of LAUNCHXL-F28027 using the sample code in controlSUITE.
The question…
Part Number: LAUNCHXL-F28027 I have considered scia_loopback_interrupts example. I have disabled loop back. SCI transmit interrupt is working. But when i try to receive data, I am receiving the previous value. For example if i send 25 it will not be updated…