In recent time I have only been able to get hold of medium density STM32F103 boards (bluepills). Which means they come with either 64kb (C8) or 128kb (CB). But, all of them have been 64kb … and according to https://github.com/microsoft/pxt-maker/tree/master/libs/bluepill#support-for-blue-pill-boards ONLY 128kb is supported. However, I have no use for these boards for jacda, math and the asserts. How would I go about adding this as a target?
Depends what you want to do, but most of these boards have 128k and the ones marked as 64k are just untested beyond 64k. So if you are doing something that isn’t critical then it may just work.
Well, that is the whole point. Flashing the firmware and uploading the program is not the issue… but when I use the code as described above it should blink the LED on PC13, right? I does not… is that conclusive? not sure how to get more information, like debugging… I have an ST-Link V2 if necessary (no CMSIS-DAP at the moment).