Technical discussions about the TI C28x DSPs (including the C2810, C2811, C2812, F2801, F2806, F2808, F2810,, F2811, F2812, R2811 and R2812).
Hello, I've been trying to create a program that sends the result of an AD conversion to my PC using RTDX (it's the first I use it). I have modified the adc_soc example project with some code from the rtdx tutorial. The first time I send a data, I can see it on my PC, but the DSP hangs on the following line: while ( RTDX_writing != NULL ) I think it might be an interruption problem: I am using with .cmd files provided by the F2812 C/C++ header/peripheral example files with few modifications as follow. I added rtdx_test, rtdx_data to sections and i masked the DATALOG interrupt as, _RTDX_interrupt_mask = ~0x4000; After all this the program does not works. If any one having experience in using this, I appreciate your help. Many thanks in advance vintron You can post a message or access and search the archives of this group on DSPRelated.com: http://www.dsprelated.com/groups/c28x/1.php _____________________________________