Advertisement
pfeerick

fail - bluepill_f103c8-maple

Mar 6th, 2019
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.31 KB | None | 0 0
  1. Results in 'USB device not recognised' warning from Windows, device locked up.
  2.  
  3. Processing bluepill_f103c8-maple (upload_protocol: dfu; platform: ststm32; board_build.core: maple; 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 30 compatible libraries
  12. Scanning dependencies...
  13. No dependencies
  14. MethodWrapper(["checkprogsize"], [".pioenvs\bluepill_f103c8-maple\firmware.elf"])
  15. Memory Usage -> http://bit.ly/pio-memory-usage
  16. DATA: [== ] 20.9% (used 4272 bytes from 20480 bytes)
  17. PROGRAM: [=== ] 30.3% (used 19848 bytes from 65536 bytes)
  18. .pioenvs\bluepill_f103c8-maple\firmware.elf :
  19. section size addr
  20. .text 14368 134238208
  21. .text.align 0 134252576
  22. .ARM.exidx 8 134252576
  23. .data 3200 536873984
  24. .rodata 2272 134255784
  25. .bss 1072 536877184
  26. .debug_frame 1000 0
  27. .comment 126 0
  28. .ARM.attributes 41 0
  29. Total 22087
  30. <lambda>(["upload"], [".pioenvs\bluepill_f103c8-maple\firmware.bin"])
  31. AVAILABLE: blackmagic, dfu, jlink, mbed, stlink
  32. CURRENT: upload_protocol = dfu
  33. MethodWrapper(["upload"], [".pioenvs\bluepill_f103c8-maple\firmware.bin"])
  34. Auto-detected: COM6
  35. maple_upload COM6 2 1EAF:0003 "c:\Users\Peter\Documents\PlatformIO\Projects\avr_test/.pioenvs\bluepill_f103c8-maple\firmware.bin"
  36. maple_loader v0.1
  37. Resetting to bootloader via DTR pulse
  38. Searching for DFU device [1EAF:0003]...
  39. Found it!
  40.  
  41. Opening USB Device 0x1eaf:0x0003...
  42. Found Runtime: [0x1eaf:0x0003] devnum=1, cfg=0, intf=0, alt=2, name="STM32duino bootloader v1.0 Upload to Flash 0x8002000"
  43. Setting Configuration 1...
  44. Claiming USB DFU Interface...
  45. Setting Alternate Setting ...
  46. Determining device status: state = dfuIDLE, status = 0
  47. dfuIDLE, continuing
  48. Transfer Size = 0x0400
  49. bytes_per_hash=396
  50. Starting download: [##################################################] finished!
  51. state(8) = dfuMANIFEST-WAIT-RESET, status(0) = No error condition is present
  52. Done!
  53. Resetting USB to switch back to runtime mode
  54. error resetting after download: usb_reset: could not reset device, win error: The system cannot find the file specified.
  55.  
  56.  
  57. timeout waiting for COM6 serial
  58. ================================================================= [SUCCESS] Took 26.72 seconds =================================================================
  59.  
  60. ========================================================================== [SUMMARY] ==========================================================================
  61. Environment bluepill_f103c8-stm32 [SKIP]
  62. Environment bluepill_f103c8-maple [SUCCESS]
  63. Environment genericSTM32F103C8 [SKIP]
  64. ================================================================= [SUCCESS] Took 26.72 seconds =================================================================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement