Part Number: TMS320F28232 I have an SPI bus consisting of one master and two slaves. One of the slaves is an F28232 using McBSP in SPI slave mode. On that particular slave, can I exclusively use SPISTEn (FSX) to select the device? When that device is…
John,
You can locate the C-stack to any RAM in the lower 64Kw of address space. The M0/M1 blocks are simply convenient places to locate the stack, so they are commonly used.
Regards,
David
Hi,
Looking at your username I see you have posted similar questions a week ago but did not follow up on my replies. Despite this, the error you show above is covered in the following reference:
software-dl.ti.com/.../ccsv7_debugging_jtag_connectivity_issues…
Hi,
One support needed on F28232 GPIO block diagram,
1) To understand better the pin voltage acceptable value before MCU power on.
2) Customer used Q100 F28232 for auto motor control, pin voltage will be earlier than MCU. To avoid the power sequence…
Part Number: TMDSEMU110-U Other Parts Discussed in Thread: TMS320F28232 Hai,
I have two no.s of XDS110 debug probe for interfacing with TMS320F28232.
One XDS110 is working fine. In another XDS110 green LED is not glowing and its not working.
Please…
Thank you for your reply.
The information I needed could not be found on the reference guide. I asked TI experts, and they told me I can use any type of the mentioned output as long as the specified VIH and VIL are followed. One can find such specification…
Part Number: TMS320F28335 Hello,
I just have a question about the schematic provided in the F28335 controlCARD ZJZ Schematic [R2.2] document. The GPIO78 and GPIO83 pins repeat themselves and there is an additional GPIO88 pin which does not exist in…
Other Parts Discussed in Thread: TMS320F28232 Dear All:
I'm using TMS320F28232 .
There are some assembly codes as follows:
FunArray:
.long Fun1 ;
.long Fun2;
.long Fun3;
.long Fun4;
MOVL XAR2, #FunArray
MOVZ AR0, #1
MOVL XAR7, *+XAR2…