Forum Post: RE: Compiler/F28M36H53C2: F28M36H53C2: UART RX FIFO
Hi Cody, thanks. The problem exists even if I only send three data and the position of "0x7E" in my buffer is always the first one. The UartRx struct is defined only in uart.c. If I sent from the other...
View ArticleForum Post: RE: MSP432P401R: uart halt
> UART_clearInterruptFlag(EUSCI_A0_BASE, status); I recommend that you not do this. It's unnecessary, since reading RXBUF (a few lines later) will clear RXIFG (atomically). What it does do is invite...
View ArticleForum Post: RE: RTOS/TMS320F28335: Undefined symbol errors when I try to...
That didn't work for me. The linker still shows UserInit as an undefined symbol. Is there any documentation that describe commands like prog.extern()? Stephen
View ArticleForum Post: CCS/TMS320F28335: Error CCS 6.2.0 with DVT Energy Trace
Part Number: TMS320F28335 Tool/software: Code Composer Studio Hallo, I am working with a project for TMS320F28335 , and can create a .out-file. But I fail in connecting the device with BH-USB-510L. I...
View ArticleForum Post: RE: CCS/MSP430F5529: To stop PWM
My issue is : When we had the implementation as per your above suggestion more number of PWM cycles were generated and not stopping the stepper motor after specified number of steps. It seems like the...
View ArticleForum Post: RE: TMS320F280049: VREFHI MAX input current
Thanks Joseph. That was the piece of data needed.
View ArticleForum Post: CCS/TM4C1294NCPDT: TM4C1294NCPDT
Part Number: TM4C1294NCPDT Tool/software: Code Composer Studio This is the driver for PWM. I have found the error as below. #include #include #include "inc/hw_types.h" #include "inc/hw_gpio.h" #include...
View ArticleForum Post: RE: LAUNCHXL-F28379D: MATLAB Simulink external mode error
Hi all, Would you please let me know how can I send a "Hello" to my computer by f28335! I know it is silly question but i searched a lot, I can send number (Not string) but i receive something else in...
View ArticleForum Post: RE: CCS/MSP430F5529: To stop PWM
Show us some code. Until then, we're all just guessing.
View ArticleForum Post: RE: CCS/LAUNCHXL-F28069M: CCS Error: Incompatible declaration of...
Awesome! That worked. Thank you. Best Regards, Anjali
View ArticleForum Post: TMS320F28335: F28335
Part Number: TMS320F28335 Dear All, Would you answer my silly question: I just start learning embedded coder to F28335 connection. I have problem in serial communication when I use SCI transmitter for...
View ArticleForum Post: RE: CCS/EK-TM4C129EXL: Write data goes missing
Hi, 1. You stated "Attached is the scope view for I2CSend(I2CDEVICE_ADDR, 2 ,MAX30105_LED1_PULSEAMP , 0x01 )". This is why I asked what about "Did it work when you call I2CSend(I2CDEVICE_ADDR, 2,...
View ArticleForum Post: RE: CCS/TMS320F28335: i am running a basic code using matlab...
Hi Praveen, I can tell from checkEnvSetup that your setup is incomplete - MATLAB doesn't know where to get the C2000 CGT or BIOS. The missing CGT is a big problem, I dont think the workflow operates...
View ArticleForum Post: RE: TMS320F28067: F28067 ADC issues
Hi, Here's the sch of ADC pins. The reference is from external 3.3V, instead of VDDA. In the list, all of the conversions are less than +/-3 LSB. With 25.5MHz, here's the result, overlap=1: ACQPS=8,...
View ArticleForum Post: RE: MSP430G2553: Trouble in reading NTC
Danilo, Thank you for responding and I certainly wish you the best of luck! If you have any other problems don't hesitate to make a new thread with your questions. Best regards, Matt Calvo
View ArticleForum Post: RE: CCS/TM4C1294NCPDT: TM4C1294NCPDT
Further, This is my deadband PWM example code whare i get the error. //***************************************************************************** // // dead_band.c - Example demonstrating the...
View ArticleForum Post: RE: MSP430FR2632: MSP430FR2632 lack of room for code
Hello Fawn, Please Refer to the Software Library -> Benchmarks -> CODE (FRAM) and DATA (RAM) Requirements section of the CapTIvate Technology Guide: software-dl.ti.com/.../index.html You touch...
View ArticleForum Post: TMS570LS0432: UART resistors
Part Number: TMS570LS0432 Hello. I am building a custom board for TMS570LS0432 micro-controller. I had a doubt regarding the SCI_TX and SCI_RX pins. Is it necessary to connect resistors in series with...
View ArticleForum Post: CCS/MSP432P401R: Programming Conundrum: Multiple Errors
Part Number: MSP432P401R Tool/software: Code Composer Studio Hello, people of the internet. I have run into an issue related to programming an MSP432 on a production board, it passes the JTAG test but...
View ArticleForum Post: RE: CCS/TM4C123GH6PM: Unable to trigger the ADC at desired rate
Hi Rohan, I have never used the TM4C123, But I have been working a while with analog acquisition using the TM4C129, which I believe is preety similar. For me the only way to achieve 1 MSPS rate or 2...
View Article