You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**CLI_CFG_TERMINATION_STRING**| String that will be send after each "cli_printf" and "cli_printf_ch". |
206
213
|**CLI_CFG_TX_BUF_SIZE**| Transmitting buffer size in bytes. |
207
214
|**CLI_CFG_RX_BUF_SIZE**| Reception buffer size in bytes. |
215
+
|**CLI_GET_SYSTICK**| Get system timetick in 32-bit unsigned integer form. |
208
216
|**CLI_CFG_MAX_NUM_OF_USER_TABLES**| Maximum number of user define command tables. |
209
217
|**CLI_CFG_MUTEX_EN**| Enable/Disable usage of mutex in order to protect low level communication driver. |
210
218
|**CLI_CFG_PAR_USE_EN**| Enable/Disable usage of Device Parameters. |
@@ -547,3 +555,47 @@ osci_data\r\n // Get data
547
555
Example of software oscilloscope usage in real life case, sample frequency was 8kHz with falling edge trigger:
548
556
549
557

558
+
559
+
560
+
### **Direct RAM access**
561
+
When *CLI_CFG_ARBITRARY_RAM_ACCESS_EN* is enabled then make sure to provide *cli_if_check_ram_addr_range* interface function so that valid RAM address can be accesed by the user over the CLI.
0 commit comments