Part Number: LAUNCHXL-F2800137 Tool/software: I have this piece of code in my GEL file , to force this launchpad into SPI boot mode
hotmenu EMU_BOOT_SPI()
{
*(unsigned long *)0xD00 = 0x5AFFFFFF;
*(unsigned long *)0xD02 = 0x5AFFFFff;
*(unsigned long …
Part Number: LAUNCHXL-F2800137 Other Parts Discussed in Thread: SYSCONFIG , C2000WARE #include "F2806x_Device.h"
#include "F2806x_Examples.h"
// Define ADC and PWM settings
#define ADC_CHANNEL ADC_SOC_Number0 // ADC channel to use
#define PWM_PERIOD…
Part Number: LAUNCHXL-F2800137 Tool/software: Hello,
I would like to use the eCAP module to measure the time delay between the falling edge of a PWM signal generated by the MCU and an external signal connected to a pin.
The way I approached this was…
Part Number: LAUNCHXL-F2800137 Other Parts Discussed in Thread: C2000WARE Tool/software: Hi guys,
I am learning to use C2000 MCUs ont he F2800137 launchpad. I am doing an interrupt exercise similar to the example given in C2000Ware "gpio_ex3_interrupt…
Part Number: LAUNCHXL-F2800137 Tool/software: Hello everyone,
I want to use the CCS Graph tool to view the signal that is sampled by the ADC. The issue that I am facing is that the graph tool displays corrupted data. I am sampling a sine-wave but the…
Part Number: LAUNCHXL-F2800137 Other Parts Discussed in Thread: UNIFLASH Hello,
Im currently trying to run the example flash_kernel_ex3_sci_flash_kernel example for my LAUNCHXL-F2800137 and im having the following errors while trying to perform a DFU via…
Part Number: LAUNCHXL-F2800137 Other Parts Discussed in Thread: C2000WARE Hello Team,
we are trying to implement Flash APIs for f2800137 in our main code, which was checked previously through example present in C2000Ware and works fine.
but when we used…
Part Number: LAUNCHXL-F2800137 Other Parts Discussed in Thread: C2000WARE Hello all,
I wanted to establish a UART transmit and receive communication between two LAUNCHXL-F2800137 dev boards. It means one LAUNCHXL-F2800137 board will act as a UART transmitting…
Hi Debora,
Let me check with some other colleagues to see if we have any additional PCMC documentation which can help better explain the steps to implement on our C2000 devices.
Debora Previdi said: Could you tell me what are the define and how it works…
Part Number: LAUNCHXL-F2800137 Hi! Im working with the observer called eSMO (sliding mode observer).
Its a piece of code of the eSMO run function (PLL).
float32_t pllSine = __sinpuf32(obj->thetaPll);
float32_t pllCosine = __cospuf32(obj->thetaPll…