diff --git a/examples/knx-cc1310/CC1310_LAUNCHXL_NoRTOS.lds b/examples/knx-cc1310/CC1310_LAUNCHXL_NoRTOS.lds index 10cf377..a36073e 100644 --- a/examples/knx-cc1310/CC1310_LAUNCHXL_NoRTOS.lds +++ b/examples/knx-cc1310/CC1310_LAUNCHXL_NoRTOS.lds @@ -34,8 +34,8 @@ * Default Linker script for the Texas Instruments CC1310 */ -STACKSIZE = 4096+1024; -HEAPSIZE = 2048; +STACKSIZE = 4096; +HEAPSIZE = 4096; MEMORY { diff --git a/examples/knx-cc1310/RTT/SEGGER_RTT_Conf.h b/examples/knx-cc1310/RTT/SEGGER_RTT_Conf.h index 5e79d7e..48f8abd 100644 --- a/examples/knx-cc1310/RTT/SEGGER_RTT_Conf.h +++ b/examples/knx-cc1310/RTT/SEGGER_RTT_Conf.h @@ -72,7 +72,7 @@ Revision: $Rev: 18601 $ #endif #ifndef BUFFER_SIZE_UP - #define BUFFER_SIZE_UP (1024) // Size of the buffer for terminal output of target, up to host (Default: 1k) + #define BUFFER_SIZE_UP (128) // Size of the buffer for terminal output of target, up to host (Default: 1k) #endif #ifndef BUFFER_SIZE_DOWN diff --git a/examples/knx-cc1310/ccs/.cproject b/examples/knx-cc1310/ccs/.cproject index cf67d5d..32b841d 100644 --- a/examples/knx-cc1310/ccs/.cproject +++ b/examples/knx-cc1310/ccs/.cproject @@ -86,6 +86,10 @@ + diff --git a/examples/knx-cc1310/knx_wrapper.cpp b/examples/knx-cc1310/knx_wrapper.cpp index 5a0d964..f19a65a 100644 --- a/examples/knx-cc1310/knx_wrapper.cpp +++ b/examples/knx-cc1310/knx_wrapper.cpp @@ -34,7 +34,7 @@ void setup() if (knx.configured()) { - printf("configured %d\n", knx.paramByte(5)); + println("configured"); } else println("not configured");