Author Topic: mcStudio (0.7-897) Issues  (Read 340 times)

helge

  • Newbie
  • *
  • Posts: 27
    • View Profile
mcStudio (0.7-897) Issues
« on: August 31, 2016, 06:55:49 am »
I've upgraded to the newest version and having several issues:

1) I've created a new project but building the project fails with "Build Failed: Could not find file C:\Users\MyUser\mcThings\Blinky\Blinky.lst"
2) I2C Error 32 I2cInvalidSdaPin when using I2c.Create(I2C_HiGH_SPEED, Pin.SCL, Pin.SDA, addr)

mcMod110 0.7-368
mcGate110 0.6-362 0.7-410

Share on Facebook Share on Twitter


mc-John

  • Global Moderator
  • Full Member
  • *****
  • Posts: 212
    • View Profile
Re: mcStudio (0.7-897) Issues
« Reply #1 on: August 31, 2016, 09:02:10 am »
1) That is a bug. There is a simple work-around. Create an empty file at that position on disk and you can continue.

2) We are looking in the other problem

mc-Abe

  • Full Member
  • ***
  • Posts: 167
    • View Profile
    • mc-Things
Re: mcStudio (0.7-897) Issues
« Reply #2 on: August 31, 2016, 09:22:31 am »
For the second issue:

We have to manage what pins the VM is allowed to access directly. There are many other pins in use that what you see in the Pin list. I did some refactoring and I seem to have made a mistake. I have corrected this and will have a release immediately.

Sorry about the inconvenience.

mc-Abe

  • Full Member
  • ***
  • Posts: 167
    • View Profile
    • mc-Things
Re: mcStudio (0.7-897) Issues
« Reply #3 on: August 31, 2016, 10:03:02 am »
Please try the new versions that just went up, this should fix your issues.

helge

  • Newbie
  • *
  • Posts: 27
    • View Profile
Re: mcStudio (0.7-897) Issues
« Reply #4 on: August 31, 2016, 10:24:07 am »
Thanks for the instant fix, I2C is working again!