Forum Post: RE: MSP432P401R : Problem with SPI
As far as I know UCB0 and UCB1 are functionally identical. As long as your ISR name matches that in the Interrupt Vector Table, it can be any name. The hazard there is that if they don't match the...
View ArticleForum Post: RE: MSP430FR2476: msp430fr2476
hi Bruce done set bit SYSCFG3:USCIB1RMP=1 but nothing is changed , always is switched on the bit Busy can you send me I correct configuretion that you are sure that is correct? I have try a lot of...
View ArticleForum Post: RE: MSP430FR2476: msp430fr2476
Hi David I have test all this combination and also the combination on the top but not is changed I have also set the bit SYSCFG3:USCIB1RMP=1 as told me bruce but nothing is changed can you send me I...
View ArticleForum Post: RE: MSP432P401R : Problem with SPI
[quote userid="47378" url="~/support/microcontrollers/msp-low-power-microcontrollers-group/msp430/f/msp-low-power-microcontroller-forum/1074411/msp432p401r-problem-with-spi/3976176#3976176"]What is the...
View ArticleForum Post: RE: TMS320F280049: Best option for adding Bluetooth functionality...
Nathan, Thank you. This is really helpful information. If we look into a solution involving only one processor, you mention that they have PWMs and ADCs but no eQEPs. What would be the family of...
View ArticleForum Post: RE: TMS320F280049: HRPWM TBPHS and TBPHSHR move waveform in...
PHSDIR was set to 1 to get a leading shift I am unable to double check at the moment, but if I remember correctly I verified TBPHS and TBPHSHR move in the same direction (i.e to the right/lagging)...
View ArticleForum Post: RE: TMS570LC4357: How to create a bin file ?
Hi QJ Wang, Yes whole Application (complex) programmed to flash successfully without bootloader with debug is working fine. Yes Application programmed to flash using bootloader is also successfully...
View ArticleForum Post: RE: TMS320F280049: How to connect an ADC with SPI and multiple...
Hi Sebastian, Makes sense. For that situation you might take a look at the FSI "Fast Serial Interface" peripheral on F28004x and F2838x devices. This is used to shuttle data very quickly over longer...
View ArticleForum Post: RE: MSP432P401R : Problem with SPI
The first block (6 lines) in SPI initialization, starting with > P6->OUT &= ~BIT3; as near as I can tell sets SCK low, then high, then low again. Setting the PSEL will bring SCK high again...
View ArticleForum Post: RE: TMS320F28069: CCS 7.4 on ARM MAC
Thanks John for you answer, yes I'm tied to CCSv7.4 for some old projects.. For newer projects I have CCSv11 with good results. I applied the troubleshooting but still is not working. Also, could be...
View ArticleForum Post: RE: LP-AM243: importing project from SDK
Hi, I was able to successfully import CCS projects from AM243x MCU+SDK 08.01.00.36 into both CCS 11.0 and CCS 11.1. Did you go through all the steps mentioned here?...
View ArticleForum Post: RE: TMS320F280040-Q1: ePWM Channels A and B shifted (B is Lagged...
Hi Nima, I will do it. Please give me one day or so to these tests and get back the results to you. Might I attach the project to this post? Thanks
View ArticleForum Post: RE: TMS320F280040-Q1: ePWM Channels A and B shifted (B is Lagged...
No problem! I will await the test project.
View ArticleForum Post: RE: TMS320F280049: HRPWM TBPHS and TBPHSHR move waveform in...
Jason, That is the correct solution. You will need to subtract from 0xFF to shift the other direction for TBPHSHR. That is what I had in other threads as well. I will consult this quickly with the...
View ArticleForum Post: RE: TMS320F28386D: Suspected bug in CLB generated code
Hi Clément, Yes you are correct! I will send this note over to software. Thanks for letting us know Regards, Peter
View ArticleForum Post: RE: TMS320F280049: HRPWM TBPHS and TBPHSHR move waveform in...
Verified with design. HR is always a delay value! so what you are doing is 100% correct.
View ArticleForum Post: RE: LAUNCHXL-F28379D: spi_ex3_external_loopback_FIFO_interrupts...
Thank you Manoj for the Response! I did, I also looked at the "Meet the TMS320F28379D LaunchPad Development Kit" Document that came out of the box as a reference and here's how I have things connected...
View ArticleForum Post: RE: Does the latest version of C2000 compiler is the best for us.
Hello Geoge Mock, The question is, if we move from the 18.12 to 21.6 compiler, what will the impact on the software? It's 21.6 is recommended by TI? How we could be sure that the software will have...
View ArticleForum Post: RE: RM57L843: Hercules TMS570/RM Icc derating clarification
The typical power consumption (Icc) decreases as GCLK frequency decreases, but we don't have a derating formula for typical Icc. The derating formula in the device data sheet is only applied to the...
View ArticleForum Post: RE: TMS570LS1114: EPWM4A and EPWM4B has two different output level
Hi QJ, Thank you. What do you think is the reason for this issue? Regards, Marvin
View Article