2020-12-16 05:51 AM
2020-12-18 01:51 AM
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.
2020-12-18 01:51 AM
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.