Forum Post: RE: Blinky Program does not run automatically after power on
Thank you very much.
View ArticleForum Post: RE: Encoder without Motion module
Your problem is you are mixing the encoder and est angles. Use proj_lab12 and it's already doing what you need. EST is still being run,so you have FAST angle and speed estimates. But the control system...
View ArticleForum Post: How could I get HFI.lib
Hello Chris, Could I get HFI.lib in the download version of CONTROLSUITE or MOTORWAVE? I can't find this file in its folded. And Is it a open source for further research?As a graduate...
View ArticleForum Post: driver install for EK-TM4C1294XL launchpad
I'm trying to install the windows device drivers for my EK-TM4C1294XL launchpad. I'm using the stellaris_icdi_drivers.zip package. I'm following the instructions in driver installation guide...
View ArticleForum Post: RE: LauchPad Eval Kit
Hello Chris,The only thing that happens when I do that is I get a "TI Resource Explorer" web page. When I go to the appropriate place Piccolo F2802xF\Launch Run Universal GUI. all I get is the error...
View ArticleForum Post: RE: Question on ADC on TMS320F28027
Hi Devin,Thanks for the confirmation.I have been doing some testing earlier as basically I needed to extend the read time, instead of using 16 soc's I only use 4. Then I use a for loop to read the ADC...
View ArticleForum Post: RE: Saving Floating point to flash
[quote]Sometimes the biggest issue with using strings is it brings in all the formatting and precision issues the converting to/from ascii has.[/quote]That might be a valid point against linking with...
View ArticleForum Post: RE: LM3S9D96 UART: minimum settable baudrate
Hello Bandu,The minimum and maximum values you can successfully set the baud rate to is directly tied to the system clock on the LM3S9D96.I would suspect from your results that the system clock is...
View ArticleForum Post: RE: SMCLK pin MSP430F5510 LQFP48
Tony is right. In addition, you could set up Timer0 or Timer1 to divide SMCLK or ACLK and generate a clock output at P1.1 ... P1.7 or P2.0. This offers even more flexibilities.
View ArticleForum Post: RE: Increase stack size for TM4C123GH6PM in Keil uVision 5
Thanks very much. That did it!Had some really odd bugs with a small stack, even allowing the code to be reachable (whether or not it actually executed) was causing problems.
View ArticleForum Post: RE: MSP430G2230 + SPI EEPROM(25C320) + ACCELEROMETER(ADXL362)
[quote user="Halil İbrahim Kayıhan"]You are right. At least, could you tell me how is the interrupt operations on my code?[/quote]So you wrote random code of ISR and ask me to explain how it works? - I...
View ArticleForum Post: RE: Delfino F2837xD Workshop material don't build
Danilo,I am glad that you got the workshop working. If you could provide a few specific gotchas that you ran into, I can feed that back to our workshop group and see if we can clarify that for future...
View ArticleForum Post: RE: Question about LM3S8962 Evaluation kit
I am interested in interfacing the EK-TM4C1294XL Connected LaunchPad to the CAN bus. I have ordered this CAN BoosterPack for the purpose. It is relatively cheap at $14.99 and may or may not be useful...
View ArticleForum Post: RE: Oversampling Baud-Rate Mode on MSP430f5438A
Disregard!!! If I could pull this I would. I got so riled up from this working I went a littel goofy. The document is fine. You meant not to round UCBRx. I do not know why I started spouting about...
View ArticleForum Post: RE: what should i do to generate a code for PBIST with the HALCoGen
Hello Pashan, LS20216 is based on an older technology node. Some of the memories such DCAN RAM is based on single port memory. This is different compared to LS31x/LS12x/LS04x which is based on newer...
View ArticleForum Post: RE: Problems with MSP_EXP430G2 LaunchPad
I have run into this problem in linux if I just use nemo or nautilus and double click on "energia" on the other hand if I open a terminal and type "sudo ./energia" and hit return, enter my password,...
View ArticleForum Post: Where to start with the LaunchpadXL-28027
I have just recently received the LaunchpadXL-28027 and am near clueless as to how to get started with learning to use it. My University project team chose to acquire this board in order to use it as a...
View ArticleForum Post: RE: Is the ADS1118 BoosterPack compatible with the Connected...
Hi John, I filter the search for this booster pack website, and it seems to be only compatible with MSP430 Launchpad. But, to be sure, check the pin connections of the Tiva Connected Launchpad and...
View ArticleForum Post: hw_memmap.h references wrong msp430fxxx.h file
I am using CCSV5.5. In Properties\Device I have selected MSP430F5659. I want to set the NMI pull resistor. My main.c has the statementSFR_setResetPinPullResistor(SFR_BASE, SFR_RESISTORDISABLE);After...
View ArticleForum Post: RE: Addressing beyond 16-bit addresses
I have tried changing the memory model to default, to large, to small, and leaving it blank; however, none of these options fix the issue. How do I change the model to restricted large via the settings?
View Article