succesfully loading firmware to BF and executing command L502_BF_CMD_CODE_GET_PARAM (aka f_cmd_get_param), with parameter and receiving data. This BF function was modified to reply hardcoded 44527 at param 87. Other params are working too

This commit is contained in:
2025-06-27 17:53:50 +03:00
parent 84e847ea14
commit c1f3d3262b
3 changed files with 84 additions and 3 deletions

View File

@ -46,3 +46,5 @@ endif
all:
$(CC) main.c $(FLAGS) -ll502api -le502api -lx502api -o BF_companion
clean:
-rm BF_companion