cancel
Showing results for 
Search instead for 
Did you mean: 

HI , is there any way connecting the st25ru3993 module android uart .?

Ssubr.1
Associate II
1 ACCEPTED SOLUTION

Accepted Solutions
Cedric Dalban
ST Employee

hello Ssubr,

as mentioned in another forum thread, there is no support being planned for android with the ST25RU3993.

Anyway, each STUHFL release is Linux compatible and is provided with a Linux demo,

moreover we grouped all uart related functions in a limited number of files:

.../Firmware/Src/uart.c

.../Firmware/Src/uart_stream_driver.c

The HAL uart related functions are located in:

.../Firmware/<board>/Src/usart.c

.../Firmware/<board>/Drivers/<soc>_HAL_Driver/<soc>_hal_uart*.c

.../Firmware/<board>/Drivers/<soc>_HAL_Driver/<soc>_ll_uart*.c

The integration to uart on android may require a bit of analysis and development but is certainly easily doable,

best regards,

Cedric.

View solution in original post

1 REPLY 1
Cedric Dalban
ST Employee

hello Ssubr,

as mentioned in another forum thread, there is no support being planned for android with the ST25RU3993.

Anyway, each STUHFL release is Linux compatible and is provided with a Linux demo,

moreover we grouped all uart related functions in a limited number of files:

.../Firmware/Src/uart.c

.../Firmware/Src/uart_stream_driver.c

The HAL uart related functions are located in:

.../Firmware/<board>/Src/usart.c

.../Firmware/<board>/Drivers/<soc>_HAL_Driver/<soc>_hal_uart*.c

.../Firmware/<board>/Drivers/<soc>_HAL_Driver/<soc>_ll_uart*.c

The integration to uart on android may require a bit of analysis and development but is certainly easily doable,

best regards,

Cedric.