Advertisement
pfeerick

fail - bluepill_f103c8-stm32

Mar 6th, 2019
356
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.37 KB | None | 0 0
  1. Results in 'USB device not recognised' warning from Windows, device locked up.
  2.  
  3. Processing bluepill_f103c8-stm32 (upload_protocol: dfu; platform: ststm32; board: bluepill_f103c8; framework: arduino)
  4. ----------------------------------------------------------------------------------------------------------------------------------------------------------------
  5. CONFIGURATION: https://docs.platformio.org/page/boards/ststm32/bluepill_f103c8.html
  6. PLATFORM: ST STM32 > BluePill F103C8
  7. HARDWARE: STM32F103C8T6 72MHz 20KB RAM (64KB Flash)
  8. DEBUG: CURRENT(stlink) EXTERNAL(blackmagic, jlink, stlink)
  9. Library Dependency Finder -> http://bit.ly/configure-pio-ldf
  10. LDF MODES: FINDER(chain) COMPATIBILITY(soft)
  11. Collected 7 compatible libraries
  12. Scanning dependencies...
  13. No dependencies
  14. MethodWrapper(["checkprogsize"], [".pioenvs\bluepill_f103c8-stm32\firmware.elf"])
  15. Memory Usage -> http://bit.ly/pio-memory-usage
  16. DATA: [ ] 1.4% (used 292 bytes from 20480 bytes)
  17. PROGRAM: [= ] 10.0% (used 6584 bytes from 65536 bytes)
  18. .pioenvs\bluepill_f103c8-stm32\firmware.elf :
  19. section size addr
  20. .isr_vector 268 134217728
  21. .text 5920 134217996
  22. .rodata 632 134223916
  23. .init_array 8 134224548
  24. .fini_array 4 134224556
  25. .data 32 536870912
  26. .bss 260 536870944
  27. ._user_heap_stack 1540 536871204
  28. .ARM.attributes 41 0
  29. .comment 126 0
  30. .debug_frame 44 0
  31. Total 8875
  32. <lambda>(["upload"], [".pioenvs\bluepill_f103c8-stm32\firmware.bin"])
  33. AVAILABLE: blackmagic, dfu, jlink, mbed, stlink
  34. CURRENT: upload_protocol = dfu
  35. MethodWrapper(["upload"], [".pioenvs\bluepill_f103c8-stm32\firmware.bin"])
  36. Auto-detected: COM6
  37. maple_upload COM6 2 1EAF:0003 "c:\Users\Peter\Documents\PlatformIO\Projects\avr_test/.pioenvs\bluepill_f103c8-stm32\firmware.bin"
  38. maple_loader v0.1
  39. Resetting to bootloader via DTR pulse
  40. Searching for DFU device [1EAF:0003]...
  41. Found it!
  42.  
  43. Opening USB Device 0x1eaf:0x0003...
  44. Found Runtime: [0x1eaf:0x0003] devnum=1, cfg=0, intf=0, alt=2, name="STM32duino bootloader v1.0 Upload to Flash 0x8002000"
  45. Setting Configuration 1...
  46. Claiming USB DFU Interface...
  47. Setting Alternate Setting ...
  48. Determining device status: state = dfuIDLE, status = 0
  49. dfuIDLE, continuing
  50. Transfer Size = 0x0400
  51. bytes_per_hash=137
  52. Starting download: [##################################################] finished!
  53. state(8) = dfuMANIFEST-WAIT-RESET, status(0) = No error condition is present
  54. Done!
  55. Resetting USB to switch back to runtime mode
  56. error resetting after download: usb_reset: could not reset device, win error: The system cannot find the file specified.
  57.  
  58.  
  59. timeout waiting for COM6 serial
  60. ================================================================= [SUCCESS] Took 29.75 seconds =================================================================
  61.  
  62. ========================================================================== [SUMMARY] ==========================================================================
  63. Environment bluepill_f103c8-stm32 [SUCCESS]
  64. Environment bluepill_f103c8-maple [SKIP]
  65. Environment genericSTM32F103C8 [SKIP]
  66. ================================================================= [SUCCESS] Took 29.75 seconds =================================================================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement