Skip to content

Instantly share code, notes, and snippets.

@hierophect
Created October 2, 2019 17:43
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/0b5bd21998054c5a0936b769c1587c11 to your computer and use it in GitHub Desktop.
Save hierophect/0b5bd21998054c5a0936b769c1587c11 to your computer and use it in GitHub Desktop.
No configure
#0 HAL_SPI_TransmitReceive (hspi=0x200021f0 <spi+4>, pTxData=0x2001fc8c "\377\377\377", pRxData=0x2001fc8c "\377\377\377", Size=3, Timeout=2)
at stm32f4/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_spi.c:1224
#1 0x0804d8e6 in HAL_SPI_Receive (hspi=0x200021f0 <spi+4>, pData=0x2001fc8c "\377\377\377", Size=3, Timeout=2) at stm32f4/STM32F4xx_HAL_Driver/Src/stm32f4xx_hal_spi.c:915
#2 0x08052a1a in common_hal_busio_spi_read (self=0x200021ec <spi>, data=0x2001fc8c "\377\377\377", len=3, write_value=255 '\377') at common-hal/busio/SPI.c:392
#3 0x08040106 in transfer (command=0x2001fc5f "\237h\374\001 \233\001\004\b", command_length=1, data_in=0x0, data_out=0x2001fc8c "\377\377\377", data_length=3)
at ../../supervisor/shared/external_flash/spi_flash.c:63
#4 0x08040156 in transfer_command (command=159 '\237', data_in=0x0, data_out=0x2001fc8c "\377\377\377", data_length=3) at ../../supervisor/shared/external_flash/spi_flash.c:73
#5 0x0804019a in spi_flash_read_command (command=159 '\237', data=0x2001fc8c "\377\377\377", data_length=3) at ../../supervisor/shared/external_flash/spi_flash.c:81
#6 0x0803f718 in supervisor_flash_init () at ../../supervisor/shared/external_flash/external_flash.c:197
#7 0x0803ce74 in supervisor_flash_obj_ioctl (self=0x8062cbc <supervisor_flash_obj>, cmd_in=0x3, arg_in=0x1) at ../../supervisor/shared/flash.c:144
#8 0x080274e6 in fun_builtin_3_call (self_in=0x8062cd0 <supervisor_flash_obj_ioctl_obj>, n_args=3, n_kw=0, args=0x20000144 <_internal_vfs+44>) at ../../py/objfun.c:98
#9 0x080203b4 in mp_call_function_n_kw (fun_in=0x8062cd0 <supervisor_flash_obj_ioctl_obj>, n_args=3, n_kw=0, args=0x20000144 <_internal_vfs+44>) at ../../py/runtime.c:624
#10 0x0802041a in mp_call_method_n_kw (n_args=2, n_kw=0, args=0x20000140 <_internal_vfs+40>) at ../../py/runtime.c:639
#11 0x0803b790 in disk_ioctl (pdrv=0x20000118 <_internal_vfs>, cmd=5 '\005', buff=0x2001fd77) at ../../extmod/vfs_fat_diskio.c:173
#12 0x080473a0 in find_volume (fs=0x20000150 <_internal_vfs+56>, mode=0 '\000') at ../../lib/oofatfs/ff.c:2888
#13 0x0804783a in f_mount (fs=0x20000150 <_internal_vfs+56>) at ../../lib/oofatfs/ff.c:3112
#14 0x0803c90a in filesystem_init (create_allowed=true, force_create=false) at ../../supervisor/shared/filesystem.c:81
#15 0x0803c4f8 in main () at ../../main.c:423
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment