aatif, I'm sorry, this is a very old SDK and is no longer supported by TI. Maybe someone that has some direct experience with this will chime in with some hints or advice that will be helpful.
Hi Rahul,
As per your suggestion we have compared the spi_mem.h file with flash datasheet and we found that the commands are same.
The Flash MX25L25635E on our board is connected with SPI0 port of the AM1705 in 4-pin mode i.e SPI_CS, SPI_CLK, SPI_MOSI…
Part Number: AM1705 Tool/software: TI C/C++ Compiler Hi,
I encountered a problem during the compiling of the wolfssl library. In function wc_AesDecrypt there is code like this:
#define GETBYTE(x, y) (word32)((byte)((x) >> (8 * (y))))
…
static…
Hi Tsvetolin,
Has someone had a chance to look at this yet? I have a spare AM1705 processor handy in case I need to replace the one that is currently soldered onto the board.
Thanks,
-Nico
After doing some further testing and rewriting the gel script into C code. I have been stepping through the assembly and can now pinpoint the instruction that causes the error:
It is the darkest green instruction on the right. I've also included the…
Just in case anyone is still following this. I've made another board using an oscillator rather than a crystal and I'm experiencing the same issue. I'm in the process of trying to change the only thing common to both boards which is the JTAG programmer…
Hi Titus,
We are using AM1705 with SPI flash as SPI boot and XDS100V2 for programming.
We are not able to proceed further due to following issues:-
When we try to download ramdisk image ( ram_1 ) into ARM based processor using TFTP server…
Other Parts Discussed in Thread: AM1705 Hi there,
I'm having issues powering up the EMIFA peripheral through the GEL Script for an AM1705. I've attached my current GEL Script with the PSC0_lPSC_enable(0,3) uncommented out. When it is run like this…