Part Number: UCC28740 Other Parts Discussed in Thread: TL431 Hi,
I have been trying to develop a constant current flyback converter using UCC28740 IC. The required specifications are 80V 0.6A at full load, 40V 0.6A at half load, likewise the voltage…
Nigel,
Thank you for your reply. If the TPS65145 should be set for voltage doubler mode on Vo3, then the reference schematic for the LC4500 evaluation board (TIDR157) on which this design is based, is incorrectly showing the device configured for voltage…
Part Number: LM5069 Hi team,
Custome feedback that some of board is no output at LM5069.
What's the suggestion check point?
They change Ctimer but no different.
Good:
Issue:
Thanks
Shaq.
Brandon_LM5069_Design_Calculator_REV_C…
Hi Brijesh,
Thanks for your response. I could able to insert single raw image frame in the capture node using multi cam demo app with test mode = 1.
But the problem is with multiple frames sending to capture node to make it video processing ie 30fps…
Hi Trey, I just opened the msp430fr2111.h and found that there are defines for __MSP430_HAS_PORT2_R__ that aren't in your msp430fr2111.h file. Maybe you don't have the most recent version of MSP430Ware?
Anyways, I attached the header file below, let…
Other Parts Discussed in Thread: AM3358 , WL1831 , WL1271 , TPS65217 Hi I am using wl1831 with TI SDK [ ti-sdk-02.00.01.07] rootfs , linux kernel 4.4.5 with AM3358 - wl1831 is interfaced to mmc3 [counting starts from 1] . I am able to make wifi up and…
Sorry forgot to mention yes I did unload the g_mass_storage driver. One variable though is I have been using Rev A6 of the beaglebone black. I do have a rev C.So I will be performing your suggested test right now with Rev C and will post the results soon…
Hi All
I made it to 512Mb and boot successfully. Here are my steps:
1. change memory map in firmware builder vision apps.
gen_linker_mem_map.py:
#!/usr/bin/env python3
#
# Copyright (c) 2018 Texas Instruments Incorporated
#
# All rights reserved…
Graeme Smecher said:
we're planning on using the LMKs in Cascaded 0-Delay mode.
Is it possible to ensure the ADCs/DACs receive SYSREF pulses on the same O(1 GHz) clock edge in this scenario?
If you LMK0482x setup for pulser mode and raise SYNC…
With all respect, but your code looks pretty inaccurate:
1.) Rx_UART = ScibRegs.SCIRXBUF.all;
-- when reading SCIRXBUF, be aware that the register is 16 bit. To read just the 8 bit data, use SCIRXBUF.bit.RXDT (see data sheet)
2. while ( ScibRegs…