This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

RTOS/CC2640R2F: Integration two example code (spimaster & nvs external flash )

Part Number: CC2640R2F

Tool/software: TI-RTOS

1.Two project  separated  and interfacing devices & working .

2.Now two modules (project) integration  single application not working  . 

       1.SPI master mode (channel 1 )(with out DMA)

       2.NVS external flash (channel 0) (DMA using)

  

 

  • Hi,
    Please provide a more details about your problem and maybe a subset of your code showing the problem. You should also precise which tests / tries you have already perform.
    In your specific case (merging two working examples), you should perform the integration little by little. You should also pay attention to potential conflicts on the resources (pin, SPI, semaphore, task…).
    Regards,