Part Number: CC2640R2F
Tool/software: TI-RTOS
Hi
I have been working on CC2640R2f LP based on simple_peripheral example, and my SDK version is simplelink_cc2640r2_sdk_2_30_00_28.
What I am trying to do is using GPT timer driver to generate pwm signals and trigger the DMA to transfer data while running BLE Stack.Obviously, I have to configure DMA channels for timer by using uDMAChannelControlSet( UDMA0_BASE, UDMA_CHAN_TIMER0_A, but after this I found the peripheral cannot be connected since the advertisement has stopped.
I have tried to change UDMA0_BASE, UDMA_CHAN_TIMER0_A to UDMA_CHAN_UART0_RX and it turned out BLE can work. So I was wondering if there are some conflicts about DMA channel, and if so, is there any chance to avoid this.
wish all help.
Alex