Tool/software: TI-RTOS
Hi
I like to port RTOS (non-postix) code which is based on project zero demo code into CC2642R to try out.
Earlier, I was forced to mask out BLE code because it interferes with UART (even I tried to disable it the BLE debug UART but it did not work, I have raised the issue in this forum earlier, one solution us to devised soft UART, which I lacked time to do this, I just mask BLE code and leave it to later works. With CC2642R, it has two hardware UART, so which UART BLE debug message code use?
I like to move RTOS code (which contains no BLE interface or BLE application code/protocol, it is standalone application code that I developed using SPI, UART, GPIO, driver, RTOS power manager etc) into CC2642R and use 2nd UART (which one?) and do some work to establish BLE interface with Android, which BLE 5.0 demo code I should start (the one with data/command exchange) from the software kit (simplelink_cc26x2_sdk_2_10_00_44 package) so I can port RTOS code in there .
Do you plan to rework project zero demo code for CC2642R and when this is released?, I cannot find it in simplelink_cc26x2_sdk_2_10_00_44 package.
Project zero I refer to this location (which is none-postix): C:\ti\simplelink_academy_cc2640r2sdk_1_14_02_04\modules\projects\ble_projectzero
Can you do hardware compare between CC2640R2 and CC2642R, the compare from the website is very shallow and does not do details comparison.
Best wishes
R.