|
#include "acc_exploration_server_base.h"
Go to the source code of this file.
Functions | |
void | acc_exploration_server_stm32_init (const char *hw, char *buffer, size_t buffer_size) |
Init the stm32 exploration server. More... | |
void | acc_exploration_server_stm32_main (void) |
Start the stm32 exploration server. More... | |
void acc_exploration_server_stm32_init | ( | const char * | hw, |
char * | buffer, | ||
size_t | buffer_size | ||
) |
Init the stm32 exploration server.
[in] | hw | The name of the hardware platform |
[in] | buffer | The buffer used for receiving commands from the client |
[in] | buffer_size | The size of the command buffer |
Definition at line 142 of file acc_exploration_server_stm32.c.
void acc_exploration_server_stm32_main | ( | void | ) |
Start the stm32 exploration server.
The embedded exploration server for STM32 can stream UART input data directly into the input buffer.
Setup DMA into buffer with buffer_size.
Definition at line 150 of file acc_exploration_server_stm32.c.