Forum Post: RE: Instaspin rotating direction
I just hooked up a 160V BLDC with 18V on the BOOSTXL and saw some similar things....Speed limited to 323 RPM with 18V busbut it ID'd what I would call correctly and operates fine between +/- 323 RPM.
View ArticleForum Post: RE: fr5739 Toogle LED not working
I'll check the linker command script when I'm back home.I've checked the jumpers already. No result.Thanks for the ideas.
View ArticleForum Post: RE: LED 6 on DRV8312 board
even with sw3 down, the fault message is still there, but when I disconnect the controlCARD the fault message disapears.
View ArticleForum Post: RE: TMS570 SCI problem.
Sandor, I think they're really close but may not be exactly the same (when you use SCI/LIN in just SCI mode).Why don't you study the HalCoGen template code. For example the file...
View ArticleForum Post: RE: Old Firmware and USB libraries download
Sorry - I'm on vacation this week and don't have access to the files. I'll be back on Monday and will get them to you assuming you manage to forward me the email that ti.com sent you to prove that you...
View ArticleForum Post: RE: NEWDAT56/78 CAN Registers
Andy,We have received your question and it has been forwarded to our CAN expert.We will be back to you shortly.
View ArticleForum Post: RE: Differnces between standard C and Texas C
Behzad,The original definition of "byte" is the smallest addressable unit of data in the system. The sizeof() operator is defined such that sizeof(char) == 1. The size of a char in bits is not defined...
View ArticleForum Post: RE: RM48x uart bootloader
Doron,I was able to use the bootloader (UART mode) to upload code to a device.Can you explain in detail what you are doing?For reference, the bootloader assumes your application code to start at...
View ArticleForum Post: RE: MSP430 microcontroller
Hi,Please provide some more information about what you are doing. You mention controlling LEDs, but I'm unsure of much more than this. Are you using one of our TI EVMs like the MSP-EXP430F5529, or the...
View ArticleForum Post: RE: msp430g2553 - a little help with usci spi
IAR have simple repeat and variables mostly used for macros, but also works inline of code.So the idea is to take the 0 value as a start = 9586980 (or octal 44444444)and add the 1s data-bits after...
View ArticleForum Post: RE: Unknown cause of Software Reset
Also check the MCLKSTS when this happens, I doubt that you are having a clock failure but if you are turning off the oscillator that the device is running and the NMI is disabled then it could generate...
View ArticleForum Post: RE: Facing issue with MSP430F5529
Hi Brian,Its's MSP430F5529LP launchpad .Basically, the restart happens when I press button but it's happens randomly .I thought because of ISR overflow then i put some breakpoints in ISR is not...
View ArticleForum Post: Mr. Steve Underwood attention please! MSP430f47197 resolution for...
Hi Mr. Steve Underwood,Can you please kindly let me know that how I can change the resolution to ukwhs (micro) instead of kwhs please?The code is as follows and written by...
View ArticleForum Post: RE: LM3S8971 ADC SSO sample FIFO errata or bad Simulator behavior?
The CCS5.4 debug JTAG emulator is most equivocally misreporting ADC FLAGS in Sequencers above zero and has cross wired SS0 register with SS1-SS3 registers.This JTAG behavior appears to have been...
View ArticleForum Post: RE: UART Bootloader code
Hi Moshin, What Tiva Kit are you using? The boot_serial works with boot_demo1 and boot_demo2. The boot_demo1 and boot_demo2 are the application code. -kel
View ArticleForum Post: RE: UART BootLoader
Hi Moz, You can find the answers to your questions at the Tivaware Bootloader User's Guide. You can find this at the docs folder of your Tivaware. Also, do a search in the forum for similar post.-kel
View ArticleForum Post: Concerto Pin Compatible
Hi,I found that the Concerto family devices ( F28M35H52C, F28M35H22C, F28M35M52C, F28M35M22C, F28M35M20B, F28M35E20B) are almost same, except the memory size and speed.Also, there is only one package...
View ArticleForum Post: Convert MSP430 code to C2000
I am new to working with MCUs and C programming so I have some very simple questions. I have found many resources for the MSP430 online, but not as many for the C2000. I am working on writing a "hello...
View ArticleForum Post: RE: what should i do to generate a code for PBIST with the HALCoGen
Hello John, In the HalcoGen under the SAFETY INIT tab, you can select which memory that you want to perform PBIST test on. Once you generate the code you will see two functions related to PBIST...
View ArticleForum Post: RE: Hercules Assembly Reference
A word of caution on DDI0308D, ARM's Thumb-2 supplement. This document was originally created in ~2005 when the Thumb2 instruction set was new and the ARM architecture reference manual (ARM ARM) did...
View Article