acc_exploration_server_stm32.h File Reference

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...
 

Function Documentation

◆ acc_exploration_server_stm32_init()

void acc_exploration_server_stm32_init ( const char *  hw,
char *  buffer,
size_t  buffer_size 
)

Init the stm32 exploration server.

Parameters
[in]hwThe name of the hardware platform
[in]bufferThe buffer used for receiving commands from the client
[in]buffer_sizeThe size of the command buffer

Definition at line 142 of file acc_exploration_server_stm32.c.

◆ acc_exploration_server_stm32_main()

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.