Forum Post: RE: Lenovo Windows 7 64 does not recognize Stellaris EK-LM4F120
Hi, Kel,Thank you. Will try that. Vitaliy
View ArticleForum Post: RE: MISRA-C strange results
Wilhelm,We probably need to move this to the CCS or the Compiler forum, which compiler version where you using to build?
View ArticleForum Post: RE: SPI UCB0RXBUF wrong data received
My mistake, it was the NRF2401P. I was able to fix the problem a minute ago--I changed the clock to ACLK instead of the 16MHz SCLK which must have been too fast. Strange that I was able to send...
View ArticleForum Post: RE: How to Configure Port F Pin 1 (PF1) as GPIO in LM3s6965
[quote user="Kaushik Das1"]Expecting a prompt reply on the same.[/quote]And - such, "prompt reply expectations" are based upon what law w/in this universe? We note what, "you want" - what, "you like to...
View ArticleForum Post: RE: Simultaneously write to subset of a GPIO port on F28335
Hi Brent,If you want to write them all simultaneously, I believe you are stuck with masking and then writing to the GPADAT register.The option that you didn't mention is using:GpioDataRegs.GPACLEAR.all...
View ArticleForum Post: RE: tm4c
Hi Nabila, Refer, to your datasheet when trying to understand about registers. Do refresh your memory regarding hexadecimal and binary. [quote user="Nabila Naorin"]GPIO_PORTF_DEN_R = 0x14; // 7)...
View ArticleForum Post: Cant' clear eQEP Flags
Hello.I'm working with eQEP on the F28M35H52C1 (M3+C28), and just found that C28 doesn't clear flags of eQEP unit.I use CCS 5.5.Two examples bellow on the pictures:
View ArticleForum Post: RE: Can I change XCAP setting while running MCU ?
[quote user="Masayoshi SAKAMOTO"]First, I use XCAP setting as 6pF, then the clock late about 5sec/day.So I change XCAP setting as 1pF, then the clock gains about 5sec/day.[/quote]So you say you know...
View ArticleForum Post: Linker warning when adding C++ constructor
Hello,I'm using CCS 5.5, RM46, HalCoGen, and user program in C++.So, create the startup with HalCoGen, all compiles/funs fine. Add a C++ file where my user program will run, add a class, member...
View ArticleForum Post: RE: What is the maximum voltage that can be given to a port in...
[quote user="Ilmars"]It's supply voltage.[/quote]
View ArticleForum Post: RE: Timer0 oneshot interrupt
Thanks for the quick response, I appreciate any help I can get.question is, am I performing the right method to initiate the one shot timer. TIMER0_CTL_R |= TIMER_CTL_TAEN;I have single stepped through...
View ArticleForum Post: RE: Strange result when trying to use the converted assembly...
[quote user="stefan 12"]I don’t know if there is some problem with the conversion from IAR to CCS but it is not working properly.[/quote]The converted assembler routine ends with a RET which assumes a...
View ArticleForum Post: chronos RFBSL error
Hey guys, has anyone experienced the "error in communication" error when updating their chronos? The image is attached. I have the white PCB and have updated the AP, and the wireless update works...
View ArticleForum Post: RE: f28027 default build configuration
Thanks for you prompt response!! I would like to know how do I turn my project into "active flash" instead of "active debug" or "active release". These last two are the only ones I see available in...
View ArticleForum Post: RE: Which msp430 for my project : Best ADC/Vref perf
[quote user="Yazou"]Is there a msp430 with a better ADC/VRef performance ?[/quote]Does C8051F931 meets your specs?
View ArticleForum Post: RE: To view the result of TI multiplication example in the debug...
Hi,Yes,to run for the second time I am performing a restart in the debug session.Because for the first time run it is running for a while and then stops.So,for the second time I restarted it again in...
View ArticleForum Post: RE: ADC controlled by TimerControlTrigger - wrong Frequency
Just found my problem: In ADCIntClear I reset flag 0, which doesn'T make a clue, changing this to 1 helps.
View ArticleForum Post: RE: How to write program in Macro in CCS v5
Hi,I am using F28335. I prefer C language.
View ArticleForum Post: RE: TM4C123GH6PM, no PWM output
Hi Amit,The changes are made without any different results.My ESC returns a "beep" signal every 2 seconds telling me that the "throttle signal is abnormal". In my case meaning the PWM output.
View ArticleForum Post: RE: could not open source file "portmacro.h"
Hello, All:I got the same error as mentioned in this thread. Do you know the solution?Thank youAllyson
View Article