Skip to content

Instantly share code, notes, and snippets.

@hierophect
Created October 18, 2019 17:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hierophect/189bf4bddb57d0ac5f9cb9fb2f0a5913 to your computer and use it in GitHub Desktop.
Save hierophect/189bf4bddb57d0ac5f9cb9fb2f0a5913 to your computer and use it in GitHub Desktop.
calls
#0 0x0804c6b2 in handle_epin_ints (dev=0x50000800, in_ep=0x50000900) at ../../lib/tinyusb/src/portable/st/synopsys/dcd_synopsys.c:645
#1 0x0804c80c in OTG_FS_IRQHandler () at ../../lib/tinyusb/src/portable/st/synopsys/dcd_synopsys.c:702
#2 <signal handler called>
#3 dcd_edpt_xfer (rhport=0 '\000', ep_addr=128 '\200', buffer=0x0, total_bytes=0) at ../../lib/tinyusb/src/portable/st/synopsys/dcd_synopsys.c:369
#4 0x0804bc40 in dcd_set_address (rhport=0 '\000', dev_addr=6 '\006') at ../../lib/tinyusb/src/portable/st/synopsys/dcd_synopsys.c:243
#5 0x080410a6 in process_control_request (rhport=0 '\000', p_request=0x2001f868) at ../../lib/tinyusb/src/device/usbd.c:396
#6 0x08040e2c in tud_task () at ../../lib/tinyusb/src/device/usbd.c:296
#7 0x080449d6 in usb_background () at ../../supervisor/shared/usb/usb.c:79
#8 0x080452d6 in run_background_tasks () at background.c:51
#9 0x08037356 in mp_execute_bytecode (code_state=0x2001f910, inject_exc=<optimized out>) at ../../py/vm.c:1103
#10 0x08027716 in fun_bc_call (self_in=0x200030d0, n_args=0, n_kw=0, args=0x0) at ../../py/objfun.c:284
#11 0x080203bc in mp_call_function_n_kw (fun_in=0x200030d0, n_args=0, n_kw=0, args=0x0) at ../../py/runtime.c:624
#12 0x08020364 in mp_call_function_0 (fun=0x200030d0) at ../../py/runtime.c:598
#13 0x08035506 in mp_builtin___build_class__ (n_args=2, args=0x2001fab8) at ../../py/modbuiltins.c:60
#14 0x080275a2 in fun_builtin_var_call (self_in=0x806489c <mp_builtin___build_class___obj>, n_args=2, n_kw=0, args=0x2001fab8) at ../../py/objfun.c:127
#15 0x080203bc in mp_call_function_n_kw (fun_in=0x806489c <mp_builtin___build_class___obj>, n_args=2, n_kw=0, args=0x2001fab8) at ../../py/runtime.c:624
#16 0x08036824 in mp_execute_bytecode (code_state=0x2001faa0, inject_exc=<optimized out>) at ../../py/vm.c:932
#17 0x08027716 in fun_bc_call (self_in=0x20003060, n_args=0, n_kw=0, args=0x0) at ../../py/objfun.c:284
#18 0x080203bc in mp_call_function_n_kw (fun_in=0x20003060, n_args=0, n_kw=0, args=0x0) at ../../py/runtime.c:624
#19 0x08020364 in mp_call_function_0 (fun=0x20003060) at ../../py/runtime.c:598
#20 0x0802179c in mp_parse_compile_execute (lex=0x20003060, parse_input_kind=MP_PARSE_FILE_INPUT, globals=0x200193f0, locals=0x200193f0) at ../../py/runtime.c:1488
#21 0x080346ca in do_load_from_lexer (module_obj=0x20019400, lex=0x20003060) at ../../py/builtinimport.c:152
#22 0x080347e2 in do_load (module_obj=0x20019400, file=0x2001fcec) at ../../py/builtinimport.c:245
#23 0x08034d46 in mp_builtin___import__ (n_args=5, args=0x2001fd8c) at ../../py/builtinimport.c:470
#24 0x08021592 in mp_import_name (name=636, fromlist=0x8062b40 <mp_const_none_obj>, level=0x1) at ../../py/runtime.c:1392
#25 0x0803729a in mp_execute_bytecode (code_state=0x2001fe18, inject_exc=<optimized out>) at ../../py/vm.c:1217
#26 0x08027716 in fun_bc_call (self_in=0x20019410, n_args=0, n_kw=0, args=0x0) at ../../py/objfun.c:284
#27 0x080203bc in mp_call_function_n_kw (fun_in=0x20019410, n_args=0, n_kw=0, args=0x0) at ../../py/runtime.c:624
#28 0x08020364 in mp_call_function_0 (fun=0x20019410) at ../../py/runtime.c:598
#29 0x0804b106 in parse_compile_execute (source=0x8066194, input_kind=MP_PARSE_FILE_INPUT, exec_flags=32, result=0x2001ffcc) at ../../lib/utils/pyexec.c:114
#30 0x0804b4fe in pyexec_file (filename=0x8066194 "code.py", result=0x2001ffcc) at ../../lib/utils/pyexec.c:529
#31 0x0803c010 in maybe_run_list (filenames=0x20000000 <supported_filenames>, exec_result=0x2001ffcc) at ../../main.c:178
#32 0x0803c114 in run_code_py (safe_mode=NO_SAFE_MODE) at ../../main.c:236
#33 0x0803c59a in main () at ../../main.c:455
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment