-
Recent Posts
Recent Comments
Archives
- June 2023
- May 2023
- April 2023
- March 2023
- December 2022
- October 2022
- September 2022
- August 2022
- July 2022
- June 2022
- April 2022
- March 2022
- February 2022
- January 2022
- December 2021
- November 2021
- October 2021
- September 2021
- July 2021
- May 2021
- April 2021
- March 2021
- February 2021
- January 2021
- December 2020
- November 2020
- October 2020
- September 2020
- August 2020
- July 2020
- June 2020
- May 2020
- April 2020
- February 2020
- January 2020
- December 2019
- November 2019
- October 2019
- September 2019
- August 2019
- July 2019
- June 2019
- April 2019
- March 2019
- January 2019
- December 2018
- November 2018
- October 2018
- September 2018
- August 2018
- July 2018
- May 2018
- April 2018
- March 2018
- February 2018
- January 2018
- December 2017
- November 2017
- October 2017
- September 2017
- August 2017
- July 2017
- June 2017
- May 2017
- April 2017
- March 2017
- February 2017
- January 2017
- December 2016
- November 2016
- October 2016
- September 2016
- August 2016
- July 2016
- June 2016
- May 2016
- April 2016
- March 2016
- February 2016
- January 2016
- December 2015
- November 2015
- October 2015
- September 2015
- August 2015
- July 2015
- June 2015
- May 2015
- April 2015
- March 2015
- February 2015
- January 2015
- December 2014
- October 2014
- September 2014
- June 2014
- May 2014
- April 2014
- March 2014
- February 2014
- January 2014
- December 2013
- November 2013
- October 2013
- September 2013
- August 2013
- July 2013
- June 2013
- May 2013
- April 2013
- March 2013
- February 2013
- January 2013
- December 2012
- November 2012
- October 2012
- September 2012
- August 2012
- July 2012
- June 2012
- March 2012
- February 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
Categories
Meta
Tag Archives: USBhost-64
USB-Commander working with SDHost-64
As I am testing existing tools with my USBhost-64 low-cost replacement, SDHost-64, I thought to give USB-Commander a go too. Here’s the results:
Posted in Retrocomputing, Technical
|
Tagged Commodore 64, Embedded systems, Firmware, retrocomputing, SDHost-64, software, USBhost-64
|
Leave a comment
More testing of SDHost-64 with my Commodore 64
Here’s a video update showing SDHost-64 loading a larger binary file into my Commodore 64. Enjoy!
Posted in Retrocomputing, Technical
|
Tagged Commodore 64, Embedded systems, Firmware, retrocomputing, SDHost-64, software, USBhost-64
|
Leave a comment
Troubleshooting successful
After work today I was pondering again the presence of erroneous 0xFF values in the stream read by the Commodore 64 from my USBhost-64 replacement device. It turns out that I was quite right when I thought the erroneous reads … Continue reading →
Posted in Retrocomputing, Technical
|
Tagged Commodore 64, Embedded systems, Firmware, retrocomputing, SDHost-64, software, USBhost-64
|
Leave a comment
Some more troubleshooting
As part of the troubleshooting process for my USBhost-64 replacement, I decided to take the Commodore 64 out of the equation and test again with my mock-up circuit. I could not reproduce the issue there, but I was able to … Continue reading →
Posted in Retrocomputing, Technical
|
Tagged Commodore 64, Embedded systems, Firmware, retrocomputing, software, USBhost-64
|
Leave a comment
Troubleshooting some data transfer over the User Port
I am in the process of troubleshooting the alteration of some data in my USBhost-64 replacement. I thought to share the details of the data alteration in the hope that it might ring some bells with others while I give … Continue reading →
Posted in Retrocomputing, Technical
|
Tagged Commodore 64, Embedded systems, Firmware, retrocomputing, software, USBhost-64
|
Leave a comment
Update on the replacement device for my USBhost-64 project
It was last August when I was getting back to the replacement device for my USBhost-64 project. At the time I was distracted by my work for the crack of Rubicon, for TAPClean, and for my IFFL code, among other things. … Continue reading →
Posted in Retrocomputing, Technical
|
Tagged Commodore 64, Embedded systems, retrocomputing, STM32, USBhost-64
|
Leave a comment
Quite an update!
Back in January I was working at a replacement device for my USBhost-64 project, in order to be able to come up with something relatively inexpensive that would re-use the code I had written on the C64 side for interfacing … Continue reading →
Posted in Retrocomputing, Technical
|
Tagged Commodore 64, Embedded systems, retrocomputing, STM32, USB, USBhost-64
|
1 Comment
All file system commands implemented in my USB host replacement
By dinner time today I implemented all file system commands that USB BASIC needs access to for read/write operations: the unit tests fired by my Commodore 64 mock-up device all passed 🙂 Here’s the debug log output on the USB host replacement’s console: opendir() = 0 … Continue reading →
Posted in Retrocomputing, Technical
|
Tagged ARM, Commodore 64, Embedded systems, Firmware, retrocomputing, STM32, USB, USBhost-64
|
1 Comment
A few more file system commands added to my USB host replacement
After work I wrote the code for a few additional file system commands in my USB host replacement project: file open, file read, file seek, file close. I also had to make a significant change to the command parser due to … Continue reading →
Posted in Retrocomputing, Technical
|
Tagged ARM, Commodore 64, Cortex-M3, Embedded systems, Firmware, STM32, USB, USBhost-64
|
Leave a comment
First file system command implemented in my USB host replacement
We spent the day in Oxford which was very nice, albeit quite cold. The result was a headache that required some rest and a warm green tea to recover from. After that I went on and implemented the first file system access … Continue reading →
Posted in Retrocomputing, Technical
|
Tagged ARM, Commodore 64, Embedded systems, Firmware, STM32, USB, USBhost-64
|
Leave a comment