Forum Post: RE: TMS570 Interrupt Notifications
Pritesh,Thank you for using our forum.During execution of the notification routine for a given interrupt request, the interrupt remains disable at the CPU level (for IRQ).It is wise to have your...
View ArticleForum Post: RE: Concerto - copying SW from flash to RAM for running.
Stefan,Please also see this post: http://e2e.ti.com/support/microcontrollers/c2000/f/171/t/265378.aspx-Lori
View ArticleForum Post: RE: Compilation Failure in enet_io example
I figured this out.Workbook asks to add the file search path in Linker like "${SW_ROOT}/grlib/ccs-cm3/Debug/grlib-cm3.lib", but actually there is no such lib under that directory.That actual library...
View ArticleForum Post: RE: http://www.ti.com/tool/cmsis_device_headers
Hrm... not sure what happened there; sorry about that!Direct link: http://e2e.ti.com/support/microcontrollers/tiva_arm/f/908/t/261081.aspx
View ArticleForum Post: RE: HC motor kit DRV8301+F28069
Dear chris, Where i could find the information about " how to update the parameters for my motor" to tune the SMO.Thanks and regards,Siva.V.Girish
View ArticleForum Post: RE: MSP430F67791 interface with eeprom
[quote user="Udgish Patel"]Hi i all i am new to msp430 controller i want to inerface the 24aa512 eeprom to the msp430f67791 controlller.I am looking for its sample code or driver.[/quote]But why you...
View ArticleForum Post: Code Composer Studio 4 was not detected (Error message from...
Hi, I have just aqcuired a TMS570LS31xxUSB dev board and am keen to view some Code Composer Studio demos. However, when I try to do this I get the error message given in the title followed by a pop up...
View ArticleForum Post: TPS65381-Q1 and RM48L950 Release
What is the latest on the production release of TPS65381-Q1 and RM48L950?Thanks!
View ArticleForum Post: RE: communication of two boards through ethernet
The first problem that you are likely to run into is that you aren't waiting for the PHY to establish a link to the device on the other end. Until there's a link established, you won't be able to...
View ArticleForum Post: RE: HVPSFB main.c
John,Increasing slope will reduce the maximum possible duty cycle. If that happens, output voltage may not be regulated at the set point. This effect is more pronounced at the lower end of the input...
View ArticleForum Post: RE: LM3S9B96 UART FIFO empty in receive interrupt
In that case, you might try clearing the interrupt register right after initialization of the UART, but before you enable its interrupts and see if that makes this go away.
View ArticleForum Post: RE: UART + Haptics Issue
Hi,Have you tried it without the printf?Regards,Barry
View ArticleForum Post: RE: IAR Embedded Workbench IDE
Hi BigM,The IAR Embedded Workbench Version 3+ for MSP430 User Guide has a well documented section that goes project creation from scratch. See section 2.2.3 in the document linked...
View ArticleForum Post: RE: F28M35(TMDXDOCKH52C1): Problem connecting Photo spectrometer...
Hi Roberto ! Hi everyone !First of all thank you for you great attention, and i'm going to work hard to succeed this project, even if i hope i will exceed this first step, like Igor said,...
View ArticleForum Post: RE: Stellaris USB serial port (COM10)
I finally got the Stellaris COM port driver working again, and started to look at your suggestions. The problem with it is that my original issue is still there. I still get a garbage DCB from the...
View ArticleForum Post: RE: Is there a separate TCM Hard Error Cache [64-Bit] for ATCM,...
Hi Pashan,Unfortunately the confidentiality level set by ARM for this document does not allow TI to provide distribution. We'll contact them and ask them to re-evaluate the confidentiality level for...
View ArticleForum Post: RE: F28069 SPI multi-slaves / chip selects
[quote user="Tarek Ward"]We want to interface to 4 slaves and the TMS320F28069 only has 2 SPI’s. Can we do this? If so, what is the recommended method?[/quote]Here are two methods for you to...
View ArticleForum Post: RE: Hardware Abstraction Layer (HAL) for F28069 and F28037
I suspect you are talking about the peripheral header files. Not really a HAL. But regardless, take a look in ControlSuite:http://www.ti.com/tool/controlsuiteSoftware for the newer C2000 devices is...
View ArticleForum Post: F28069 Timer interrupt
I am new to the F28069 microcontroller. I am trying to use the cpu timer2 interrupt to control the epwm module. My pwm frequency is 500kHz. I would like it to generate 5 cycles and stop for 200...
View ArticleForum Post: RE: SSI problem for higher SPI clock
Unstated is your System Clock - which for the newer M4 MCUs - must be at least two times faster than SSIClk. Thus - if you're not enabling the MCU's PLL - you may not be meeting the minimum System...
View Article