summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 90005b5)
raw | patch | inline | side by side (parent: 90005b5)
author | Ming Wei <mwei@ti.com> | |
Mon, 14 May 2018 23:05:40 +0000 (18:05 -0500) | ||
committer | Ming Wei <mwei@ti.com> | |
Mon, 14 May 2018 23:05:40 +0000 (18:05 -0500) |
Signed-off-by: Ming Wei <mwei@ti.com>
realtime_demo_bios/omapl137/src/makefile.libs | patch | blob | history | |
realtime_demo_bios/omapl137/src/mcasp_cfg.c | patch | blob | history |
diff --git a/realtime_demo_bios/omapl137/src/makefile.libs b/realtime_demo_bios/omapl137/src/makefile.libs
index ceb9a999e0c67ea82b92ae254e001b2093f6929d..19cfd2d0230f2c7ec231a7b9521afd0ad351a22b 100644 (file)
#
# This file was generated based on the configuration script:
-# C:\ti\processor_sdk_rtos_omapl13x_4_00_00_01\demos\audio-preprocessing\realtime_demo_bios\omapl137\OMAPL137_bf_rt.cfg
+# C:\ti\processor_sdk_rtos_omapl137_4_03_00_05\demos\audio-preprocessing\realtime_demo_bios\omapl137\OMAPL137_bf_rt.cfg
#
# This makefile may be included in other makefiles that need to build
# the libraries containing the compiled source files generated as
#
# The absolute path to the generated source directory (at the time the
# sources were generated) is:
-# C:\ti\processor_sdk_rtos_omapl13x_4_00_00_01\demos\audio-preprocessing\realtime_demo_bios\omapl137\src
+# C:\ti\processor_sdk_rtos_omapl137_4_03_00_05\demos\audio-preprocessing\realtime_demo_bios\omapl137\src
#
GEN_SRC_DIR ?= ../src
diff --git a/realtime_demo_bios/omapl137/src/mcasp_cfg.c b/realtime_demo_bios/omapl137/src/mcasp_cfg.c
index e3a36c0bf9c159e49b33a31493d75eb0d9bd7aae..057ddb49f6154a898b90e048336d56723f39c324 100644 (file)
/* ========================================================================== */
+#define TX_FIFO_EVENT_DMA_RATIO 1
+#define RX_FIFO_EVENT_DMA_RATIO 1
Mcasp_HwSetupData mcaspRcvSetup = {
/* .rmask = */ 0xFFFFFFFF, /* All the data bits are to be used */
#endif
TRUE,
RX_FIFO_EVENT_DMA_RATIO,
- FALSE
+ TRUE,
+ Mcasp_WordBitsSelect_LSB
},
{
TX_NUM_SERIALIZER, /* number of serialisers */
#endif
TRUE,
TX_FIFO_EVENT_DMA_RATIO,
- FALSE
+ TRUE,
+ Mcasp_WordBitsSelect_LSB
}
};