Forum Post: RE: MSP432P401R: uart halt
hi,thanks for your reply, i wonder reset means set 1 or set 0,UCTXIFG default is 1,that means reset is set 1?
View ArticleForum Post: RE: MSP432P401R: uart halt
and why UCTXIFG is 0 and didn't reset automatically, but uart1 already get the character in UCA0BUF and print to my pc? The whole program just stuck because the UCTXIFG is 0 and can't set 1
View ArticleForum Post: RE: MSP432P401R: uart halt
Reset means '0'. EUSCI_A0 and EUSCI_A1 are different peripherals. It might be helpful to understand how you have configured each peripheral. Can you provide any more of your source code? Chris
View ArticleForum Post: RE: TMS320F28379D: BOOT ROM reset flow inquiry
Zou, 1) On any form of reset (POR / XRSn / HWBIST reset), device fetches the reset vector from 0x3FFFC0 before it executing steps1,2,3,4 2) RAM initialization zero out RAM locations. Regards, Manoj
View ArticleForum Post: RE: CCS/TMS320F28335: tms320f28335
Shekha, F28335 doesn't have ethernet module. Are you sure you are using F28335? Regards, Manoj
View ArticleForum Post: RE: LAUNCHXL-F28069M: Dual Motor Control with TI LAUNCHXL-F28069M...
Hi Chris, Thanks very much for your comments and advice. We had an old driver that worked with this motor which it was disappeared! It worked with 24 volts voltage and current between 2 and 4 amps. We...
View ArticleForum Post: RE: CCS/MSP430FW427: MSP430FW427 can't define global variables...
Hi Caleb: Thank you for your answer ! "I can't debug the project like the picture below?" I mean when I click debug of the project, the run button can not be used(it is gray, the normal condition is...
View ArticleForum Post: RE: TMS320F28335: Possible to control 8/12 independent PWM channels?
Sergey, EPWM and ECAP modules are independent of each other. Your only limitation might be to check whether you have enough pin mux options. For example, GPIO1 can be configured as EPWM1B, ECAP6, MFSRB...
View ArticleForum Post: RE: TMS320F28335: Possible to control 8/12 independent PWM channels?
I see. So then I would be able to do something like this... GPIO0 = EPWM1A GPIO1 = ECAP6 GPIO2 = EPWM2A GPIO3 = ECAP5 GPIO4 = EPWM3A GPIO5 = ECAP1 GPIO6 = EPWM4A GPIO7 = ECAP2 GPIO8 = EPWM5A GPIO9 =...
View ArticleForum Post: CCS/TMDSSOLARPEXPKIT: TMDSSOLARPEXPKIT, Solar Explorer Kit, How...
Part Number: TMDSSOLARPEXPKIT Tool/software: Code Composer Studio Hello, everyone This is my first time trying to use something like this, TMDSSOLARPEXPKIT , Piccolo based Solar Explorer Kit. I found...
View ArticleForum Post: MSP430FR2632: MSP430FR2632 lack of room for code
Part Number: MSP430FR2632 Hello,TI Experts, Now I am using MSP430FR2632 , "Touch" has been tested OK, but it has occupied 5.1Kbit,Their is only 2.9Kbit for RF code~and because of the lack of room,RF...
View ArticleForum Post: RE: TMS320F28066: ADC sampling result jumping occasionally
Tommy, You are right. ADCCLK setting is overspec. I just asked customer to review the code, and test again. Thanks. BR, Young
View ArticleForum Post: RE: LAUNCHXL-F28069M: Dual Motor Control with TI LAUNCHXL-F28069M...
install MotorWare and Code Composer Studio Run motorware .exe to view all the documentation and the Lab Guide Run proj_lab02c to ID the motor, and then it will start running. There is no tuning of the...
View ArticleForum Post: RE: CCS/EK-TM4C129EXL: Write data goes missing
Vendor/friend Amit Ashara had past produced a detailed App Note - directed toward vendor's, "MCU, I2C implementation." (it had been "sticky" - I don't know its current where-about.) Your complex slave...
View ArticleForum Post: RE: MSP432P401R: uart halt
this is the code of EUSCI_A0: void EUSCIA0_IRQHandler(void) { uint32_t status = UART_getEnabledInterruptStatus(EUSCI_A0_BASE); C_U8 u8RecvData = 0; UART_clearInterruptFlag(EUSCI_A0_BASE, status); if...
View ArticleForum Post: RE: MSP432P401R: how to locate ROM's assembly code to...
Thanks David and Keith for your kindly help, They've located the c code and sent a new post as below,
View ArticleForum Post: RE: CCS/TMS320F28379D: Synchronizing Control of SPISTEA with GPIO(?)
Hi Graham, Have you tested this out using the FIFO? The SPISTE signal will stay low during consecutive transmissions. It may with non-FIFO mode as well, but you'd have to be more careful with the...
View ArticleForum Post: RE: CCS/LAUNCHXL-F28377S: ethercat
Hello mr Santosh Arthuru, 1)Thank you for letting me know. I have already ordered the dual core launchpads that I plan to use in my application (Launchxl F28379d) but in the meantime I want to test the...
View ArticleForum Post: RE: TMS320F2808: SEU and SEL data
Thanks Allan! I have written an email to you. It would be appreciated If you can reply to that at the earliest possible. Rgds, Mamatha S
View ArticleForum Post: RM48L952: Recovery from main oscillator failure
Part Number: RM48L952 Hello! How to recover from main oscillator failure? Actions from TRM (chapter "Recovery from Oscillator Failure") are not working: GLBSTAT.0 is set at one after oscillator fail...
View Article