Forum Post: RE: Powerup glitch on GPIO in F28069
Naresh, GPIO51 also represent TZ2. So if, you're initializing InitTzGpio(); function then you've to comment TZ2 initializations found in the same function to eliminate the above error.Let me know...
View ArticleForum Post: RE: MSP430F6736
Hello sir, I did this before so many times, but I am not able to get the connection in ccs again. please suggest me something else.Thank you.
View ArticleForum Post: RE: LM4F120 (launchpad) interrupt not working
Hi Kel,Point taken. Yes, it would make a lot of sense to have it documented.RegardsAmit
View ArticleForum Post: RE: pwm generation for 60 hz inverter
Hi Majdi,There are 3 examples for PWM in the TIVAWare installation TivaWare_C_Series-2.0.1.11577\examples\peripherals\pwmYou can refer to the invert.c example. Do put a while(1) before PWMOutputInvert...
View ArticleForum Post: RE: 24bpp mipi lcd driver
Hello,We are using ssd2805 Bridge IC. we are using parallel MCU interface to connect Bridge IC to Host processor.If you have any firware code or linux driver please send me the link.
View ArticleForum Post: RE: RM48L952 N2HET Input rotary encoder
Sometimes it feel like you sad in 1. point and sometimes like 2. point. I will look IS flag.For the clearing the flag:I copy to little code. I do assignment and handle each interrupt in one handler....
View ArticleForum Post: RE: Stellaris ICDI drivers installation problem with Windows 7 x64
I managed to figure it out.Turns out, my Windows installation was missing usbser.sys, and winusb.sys files.I found them both by searching the windows/system32 folder for them (which found them in...
View ArticleForum Post: RM48 and eMMC 4.3 and Above
Hi ,I am trying to interface eMMC to the RM48. However since 4.3 of the eMMC standard the SPI support has been removed witch leaves SD/MMC/SDIO as the only connectivity option. eMMC or Managed NAND are...
View ArticleForum Post: RE: Reason for 10 ohm resistor between AVCC and DVCC
[quote user="Jens-Michael Gross"]First, if you don't need to draw significant analog current (such as for a D/A), you can rise the resistor to 100Ohms. It gives a better low-pass effect and a cleaner...
View ArticleForum Post: RE: TM4C123G Development board unable to initialize and program
I tried doing the "Erase Entire Flash" option at the flash utilities tab. I get the error "Unable to initialize target - 0!". I've triple checked my drivers to make sure they are installed correctly...
View ArticleForum Post: USCI_B0 SPI Master that sends data chunks from any buffer...
My routine that uses TX- IRQ to send chunks of data without main-routine intervention.(not fully tested)Most examples uses hard-wait-loop to send each character, though not too bad as SPI rate is...
View ArticleForum Post: RE: F28335 carry bit
Bryan,Bill suggested one approach. Beyond that, if you want to read any of the bits in the ST0 or ST1 register (e.g., C bit), you use PUSH ST0 (or PUSH ST1) to push the register onto the stack. You...
View ArticleForum Post: RE: MSP430F247 Flash Information Memory Occupies SRAM Address Space
Thank old_cow_yellow so much for sparing time to answer my naive question. I finally find the detailed information about F247 address space in MSP430F247.pdf other than MSP430x2xx.pdf. It is weird that...
View ArticleForum Post: RE: TM4C Sleep and Deep Sleep Power Configuration
Hi Scott,Can you confirm the following1. In the function Proj_Peripheral_Config_ShutDown(); you are setting-clearint the Deep Sleep Clock Enable for the peripherals.2. In the same function you are...
View ArticleForum Post: RE: MPU-6050 sensor with Simulink on F28335
HI Juraj,Check the same in SPRUG03B Pg. No. 14Regards,Gautam
View ArticleForum Post: RE: What does @7 mean in this assembly code?
That's great.Good luck & Regards,Gautam
View ArticleForum Post: RE: PWM Duty Cycle Problem
Kyle, this is not the exact code you're looking for. It has working ADC and PWM modules together, you can customize them according to your wish.Let me know how it goes.Regards,Gautam
View ArticleForum Post: RE: TMS320f28335 write into flash memory.
That's great, Paul. Yup, its fine to disable interrupts while writing but I also hope due to this delay there's no other critical task waiting to get the cpu time!Regards,Gautam
View ArticleForum Post: RE: UART Communication and ADC values
Hi Alejandra, I'm doing something equal for ECG signal on Tiva Launchpad, helpme please.1. You got this result with your code or Dave´s code?2. In the interface with matlab you plot in real time? I´m...
View ArticleForum Post: RE: Get Help with C2000
[quote]Yeap, Maria is better to use an example code to skip the hard work, but I'm trying to do some hard work to better understand how this stuff works.[/quote]That's true and I hope now its crystal...
View Article