Forum Post: RE: TMS320F28377D: Is there any requirement to make the txt file...
It seems you are using the correct command line arguments. We use the below in the post build steps in the CCS projects. "${CG_TOOL_HEX}" "${BuildArtifactFileName}" -boot -sci8 -a -o...
View ArticleForum Post: RE: TMS320F28335: Firmware update on F2833x
If I understand your last question correctly, yes it is possible. And this is what I suggest. I suggest putting the kernel in a flash sector or two depending on how large it is, and separate from your...
View ArticleForum Post: RE: RTOS/MSP430F5529: TI-RTOS, two spi(one master one slave)...
hi Rob Although the final solution to the SPI_transfer() funtion conflict is using different DMA channels, there is nothing wrong with your analysis, 1.when SpiB_Slave open in CALLBACK mode,...
View ArticleForum Post: RE: LAUNCHXL-F28377S: How to time CLA code?
You can use the EPWM counters to provile the CLA. The CLA has access to these registers. Regards, sal
View ArticleForum Post: CCS/DK-TM4C129X: FFT of analog signal using CMSIS DSP library
Part Number: DK-TM4C129X Tool/software: Code Composer Studio Hey, I am new with this CMSIS DSP library functions. I am currently working on a project that involves computing FFT of external analog...
View ArticleForum Post: LAUNCHXL-TMS57004: communication using UART
Part Number: LAUNCHXL-TMS57004 Dear All , I am using TMS57004 as Master and TM4C1294XL as slave .I am trying to establish UART communication between the two.I have set the baudrate to 115200Hz and stop...
View ArticleForum Post: RE: CCS/TMS320F28377S: ramp generation using the comparator module
Hi Surya, All the information you are looking for is indicated on the CMPSS block diagram. If a connection is not indicated on the block diagram, then it can't be done. Below is the CMPSS block...
View ArticleForum Post: RE: TM4C1294KCPDT: ADC sample hold Rs values for single ended...
Hi Charles, So the TM4C1294KCPDT -NCPDT datasheet incorrectly suggest Rs is resistance but in fact is source impedance, they are not the same things. That makes more sense with frequency as the series...
View ArticleForum Post: TM4C1294NCPDT: connections required for UART communication
Part Number: TM4C1294NCPDT Dear All , I am using TMS57004 as Master and TM4C1294XL as slave .I am trying to establish UART communication between the two.I have set the baudrate to 115200Hz and stop bit...
View ArticleForum Post: RE: CCS: How to implement ONLY (!) the DEVICE functionality of...
Hi Atti, If you include the library in your build, it should only be linking object code which gets used in the application. If you are not using the host functions, it should not be include in your...
View ArticleForum Post: RE: TMS320F28377D: TMS320F28377D
Sir, I will let you know my actual application.My code loop time is 500 micro secs.In this loop time I need to collect adc samples for 400 micro secs that I am doing through DMA so whenever I runs my...
View ArticleForum Post: TMS320F28069M: LAUNCHXL-F28069M, DRV8305, Lab5e
Part Number: TMS320F28069M Hi, Running Lab5e with the following user configuration below: #define MY_MOTOR 113 #define USER_MOTOR MY_MOTOR #elif (USER_MOTOR == MY_MOTOR) #define USER_MOTOR_TYPE...
View ArticleForum Post: TMS320F28377S: PWM counter register continues counting during...
Part Number: TMS320F28377S Hi, Is it correct that one PWM counter register continues counting during breakpoint. At that moment, the code executing stops, other PWM counter stops. Thanks. Br, Jordan
View ArticleForum Post: RE: MSP432E401Y: Gpiointerrupt callback function
Can you confirm where exactly within the "Display_open" does your code block by either clicking the suspend button or stepping through the code?
View ArticleForum Post: RM48L952: FEE write of 64bit data
Part Number: RM48L952 I would like to store some runtime counters to FEE, I am using FEE successfully elsewhere but have only ever succeeded in getting it to read and write from data buffers defined as...
View ArticleForum Post: RE: CCS/TIDM-VOICEBANDAUDIO: Voice Band Audio Playback Using a...
Hi Kary What's the problem of the GUI? Have you search the problem in the forum to see if any have fixed the problem? Gary
View ArticleForum Post: RE: RM48L952: FEE write of 64bit data
above, I mean block 3 should perhaps be generating errors.
View ArticleForum Post: RE: CCS/TIDM-VOICEBANDAUDIO: Voice Band Audio Playback Using a...
I couldn't open the .jar file to open GUI, i searched in the forum but there is nothing relevent
View ArticleForum Post: RE: MSP432E401Y: Gpiointerrupt callback function
I think you are trying to do too much in an interrupt handler. You might be being bitten because interrupts are disabled. You should just set a flag and start up the display in a regular thread.
View ArticleForum Post: RE: CCS/TMS320F280049: CAN not working at High Baud Rate
Could you please provide the value of X1 & SYSCLK and also the value of CAN_BTR before/after you fixed the problem?
View Article