Hi all
i want to define some addresses in my MCU for internal data such as versions, dates etc..
in order to do that i would like to make a use in some addresses in the memory so when the user wants, he can export this data through a channel between…
Hi all
i want to to download my code to the MCU through one of the SCI channels.
is it possible?
if it is how can i do it?
best regards
shimon
shishisss
Hi Tyler,
I've assigned your e2e thread to the eQEP expert, but in the meantime you might take a look at the F2837xD datasheet ( www.ti.com/.../tms320f28377d.pdf) table "Table 4-3. GPIO Muxed Pins" which shows you which GPIOs the various peripheral…
Hi all
i need to communicate with an ADIS16488 Unit through SPI Channel.
The way to read data from this unit is to send through MOSI a 16 bit address and in the next clock the ADIS16488 sends back the data through MISO, and so on..
so i wrote…
Hi all
i want to use the SPI module, so i checked some of the examples and i've seen the Xmit function:
void spia_xmit(Uint16 a)
{
SpiaRegs.SPITXBUFF = a;
}
is there any flag that goes high/low when the current data is sent to MOSI pin?
…
Hi all.
after seeing dozens of Control Suite examples i still dont understand what is the right way to configure the GPIO's?
for example, i need to write a code that uses SPI and SCI modules.
the SCI doesnt have any extra GPIO configurations but…
Chung,
Can you give more detail on the issues you are seeing with the device at cold temperature?
This FAQ goes into detail on the changes made wrt fab code and requirement that a new Flash API be used, however, it is my experience that if this were…
Hi All,
I try to use OUTPUTXBAR5 on a TMX320F28377D. When I configure the outputbar5 on GPIO7. Configured the outputbar to only use the latch (no Inputs selected) and have the gpio mux configured as outputxbar5. When I set and reset the latch by writing…
Paul, Please take a look at the references listed here: http://processors.wiki.ti.com/index.php/C2000_Flash_Common_Issues/FAQs#EEPROM_Emulation and the below thread may also help: http://e2e.ti.com/support/microcontrollers/c2000/f/171/t/318444.aspx Thank…