Quality RTOS & Embedded Software

 Real time embedded FreeRTOS RSS feed 
Quick Start Supported MCUs PDF Books Trace Tools Ecosystem


Loading

FreeRTOS+CLI Erorr in FreeRTOS_CLIProcessCommand

Posted by zhaleksey on August 17, 2017

I have some problem with CLI. If i have some my commands, I can call only one command. There are some own commands. static const CLICommandDefinitiont TERMINALHALSPICommands[] = {{ .pcCommand = "HALSPITransmit", .pcHelpString = "HALStatusTypeDef HALSPITransmit(SPIHandleTypeDef *hspi, uint8t *pData, uint16t Size, uint32t Timeout)nrExample: HALSPITransmit hspi1 32 1 5nrHALOKnr", .pxCommandInterpreter = TERMINALHALSPITransmit, .cExpectedNumberOfParameters = 4} .cExpectedNumberOfParameters = 3}, { .pcCommand = "GetSPIHandles", .pcHelpString = "GetSPIHandlesnrReturn lists of the SPI handles.nr", .pxCommandInterpreter = TERMINALHALSPIGetSPIStrHandles, .cExpectedNumberOfParameters = 0} };

In terminal i input: -> GetSPIHandles [hspi1] // Ok -> HALSPITransmit hspi1 10 2 5 [hspi1] // Not Ok

To fix this bug I delete the "static" before "const CLIDefinitionListItemt *pxCommand = NULL" in function FreeRTOSCLIProcessCommand (FreeRTOSCLI.c). Of course line "if( pxCommand == NULL)" can be deleted.


FreeRTOS+CLI Erorr in FreeRTOS_CLIProcessCommand

Posted by rtel on August 17, 2017

I'm not following this and finding it hard to read the code you posted on my phone as it wraps and I can't match the brackets. Could you please write the code out longhand, with each struct member initialized individually, and each const struct separate, and use the code formatting markup so it doesn't wrap on my small screen. Thanks.

Also if you think there is a bug please say what it is and my the change fixes it. Then I can try and replicate it.


[ Back to the top ]    [ About FreeRTOS ]    [ Privacy ]    [ Sitemap ]    [ ]


Copyright (C) Amazon Web Services, Inc. or its affiliates. All rights reserved.

Latest News

NXP tweet showing LPC5500 (ARMv8-M Cortex-M33) running FreeRTOS.

Meet Richard Barry and learn about running FreeRTOS on RISC-V at FOSDEM 2019

Version 10.1.1 of the FreeRTOS kernel is available for immediate download. MIT licensed.

View a recording of the "OTA Update Security and Reliability" webinar, presented by TI and AWS.


Careers

FreeRTOS and other embedded software careers at AWS.



FreeRTOS Partners

ARM Connected RTOS partner for all ARM microcontroller cores

Espressif ESP32

IAR Partner

Microchip Premier RTOS Partner

RTOS partner of NXP for all NXP ARM microcontrollers

Renesas

STMicro RTOS partner supporting ARM7, ARM Cortex-M3, ARM Cortex-M4 and ARM Cortex-M0

Texas Instruments MCU Developer Network RTOS partner for ARM and MSP430 microcontrollers

OpenRTOS and SafeRTOS

Xilinx Microblaze and Zynq partner