In reply to my thread regarding to using 2 UARTs on TLSR8253, @hk.wang suggested using the tlsr9 series which support 2 UARTs.
I had a look at th
I need to use 2 UARTs in my project with TLSR8253. I used an example with 1 UART using DMA and it has been working fine. But I can't see how can I us
I spent hours trying to figure it out, but I can't.
I have a board with TSR8251 and 32MHz crystal.
I have in app_config.h: #define CLOCK_SYS_CLOC
From the documentation about dev_char_info_t conn_dev_list[DEVICE_CHAR_INFO_MAX_NUM];
* Used for store information of connected devices.
*
* MASTER
I try to add to the whitelist a number of mac addresses for filtering of scanning for devices
I add 5 mac addresses to the list as follows:
u8 TC
I have 2 boards (commercially made), exactly the same with TLSR8251F512ET24.
I have loaded both boards with exactly the same firmware, and I have not
I want to measure the pulse width of the signal on GPIO.
I have configured the timer as follows:
timer2_gpio_init(GPIO_HALL, POL_RISING);
timer2
I would like to use 2 Misc ADC channels to measure analogue inputs. In the datasheet for the chips, there are described different cases i.e 2-ch sampl
I have been using for a couple of months IDE/TelinkSDKv1.3.1 downloaded from http://wiki.telink-semi.cn/wiki/IDE-and-Tools/IDE-for-TLSR8-Chips/ and ev
I have the following code built with Single Connection SDK and another one, with Multi Connection SDK:
I show part of the code below:
In file att.c: