Manuals and Tutorials: Difference between revisions

From STorM32-BGC Wiki V1
Jump to navigation Jump to search
No edit summary
No edit summary
Line 16: Line 16:
'''2. Flashing with the usb-ttl adapter produces Windows error messages'''
'''2. Flashing with the usb-ttl adapter produces Windows error messages'''


If upon flashing you get Windows errors such as ''mfc110.dll is missing'', ''msvcr110.dll is missing'', or ''application was unable to start correctly (0xc000007b)'', then you have to install the VC++ runtime libraries. You can download them from [//www.microsoft.com/en-us/download/details.aspx?id=30679 here]. Download vcredist_x64.exe or vcredist_x86.exe dependinmg on your Win sytsem, and run the exe file.
If upon flashing you get Windows errors such as ''mfc110.dll is missing'', ''msvcr110.dll is missing'', or ''application was unable to start correctly (0xc000007b)'', then you have to install the VC++ runtime libraries. Download vcredist_x64.exe or vcredist_x86.exe depending on your Win system from [//www.microsoft.com/en-us/download/details.aspx?id=30679 here], and run the exe file.

Revision as of 10:48, 21 March 2014

FAQ

1. Storing the parameter values to the EEPROM doesn't seem to work

Please double-check that the correct firmware for your board has been flashed. The problem typically happens then e.g. the firmware for a F103RB is flashed onto a board with a F103RC.

2. Flashing with the usb-ttl adapter produces Windows error messages

If upon flashing you get Windows errors such as mfc110.dll is missing, msvcr110.dll is missing, or application was unable to start correctly (0xc000007b), then you have to install the VC++ runtime libraries. Download vcredist_x64.exe or vcredist_x86.exe depending on your Win system from here, and run the exe file.