Hi Gavin,
Can you please share the following information:
What is the spi configuration you are using?
How did you verify the SPI interface?
Can you share the detail of the MCU you are using?
As Lacho mentioned you should provide the…
Hi Feras,
Check the Sitara AM335x Portal wiki page: http://processors.wiki.ti.com/index.php/Sitara_AM335x_Portal
You can start with the StarterWare development package which provides no-OS (MCU-like) platform support for ARM TI processors.
There…
Other Parts Discussed in Thread: UNIFLASH Hi All,
Please note that a new known issue has been added for SDK 1.1.0 in the link below
processors.wiki.ti.com/.../CC32xx_Summary_of_Known_Issues
Issue Description:
MCU Application images /sys/mcuimg1…
Hi Sreenivasa,
Your program ( code + stack size + dynamic memory needed ) should be within 240 KB (lower 16 KB is used by CC3200 boot-loader)
If you want to use the the lower 16 KB also, please refer to section " 6.1.2 Boot Loader / User Application…
Yes, The standard has evolved. Let me explain a bit of the history, since it will help others to understand how we got here and the future.
The original launchpad was simply a set of pin headers on a MSP430 dip device. The pinout "standard" was nothing…
Part Number: TDA2EG-17 Other Parts Discussed in Thread: TDA2
Dear Expert.
I try to build TDA2 SW environment.
Host : Ubuntu 20.04.6 LTS
SDK : ti-processor-sdk-linux-automotive-dra7x-evm-6.00.00.03
Doucument : as attachment
Processor_SDK_Linux_Automotive_Software_Developers_Guide_…
Hi,
1) Are you sure you want to have access to the PDM data? In general, the useful data are the PCM data.
To get the PCM data it is quite easy: you basically need to use the function PDMCC26XX_requestBuffer() as it is done in the SA_processPDMData…
Part Number: TIDC-BLE-TO-WIFI-IOT-GATEWAY Other Parts Discussed in Thread: CC2650 , CC2640R2F , CC3200 Hi,
I want to use the CC2640R2F MCU in place of the CC2650 MCU for the BLE to WiFi Gateway. For this, I need to change the Host Test Project (BLE5Stack…
Part Number: SIMPLELINK-CC2640R2-SDK
Hi I'm Kyung.
I'm currently porting a ble software for Nordic's nrf51822 to cc2640r2.
The old software has implemented piezo by using 2 channels of pwm. The pwm's parameter has polarity and each channel has reverse…
Hello Kobi,
thank you for answer. You are right, serial_wifi demo contain code for encrypted TCP server (we use CC3100 module, so we search for demo in corresponding SDK; serial_wifi is from CC3200 SDK).
We did few changes to adjust code to serial_wifi…