-
I adapted an arduino program to vscode where it builds successfully, but doesn't upload it to the board. I see other people have issues with the the board I'm using (BTT SKR 1.4 Turbo), it has issues…
-
I have just installed SKR 1.4 turbo with a TFT 35 V2.0, on my Ender 3 Pro, got everything set up correct i think, It prints great until about 65 to 99% and just stops, no message on the screen, bed an…
-
Please add a wiki about pinout with a simplified vision of the board. (e.g. https://developer.mbed.org/media/img/boardlogos/lpc1768/400xNxpinout.png.pagespeed.ic.SXf15haHY6.jpg )
-
The LPC1768 has two sets of i2c pins: .0/.1 and .27/.28, but I'm not seeing where it's documented which SKR 1.3 pins these map to.
Can anyone help?
-
It appears the current build only supports the LPC1768 target, as suggested by the `Makefile`.
What are the steps required to add support for other mbed-compatible targets? e.g. LPC1549
-
I could build and install Llilum (LLVM, Zelig project, Board Configuration, Llilum SDK MSI and application template VSIX). In VS2015 (community version) I can create a new Llilum Application. After so…
-
It seems that the upload works with copy the firmware file to the mbed disc. On a Mac you
get some message because of unregulary unmounting the board.
It would be better to upload directly via cmsis…
-
小白直接卡死第一步,就只给了个stm32f103ze和stm32f429ig例程,没有详细步骤吗,像emwin,liitlevgl都很好移植啊。
-
I just got a hold on the lpc1768 and the MMA7361 accelerometer and I'm just curious on the story of analog inputs in Zinc. Ideally there would be ADC support within the API.
I'd definitely send a PR …
-
so i have checked the repository and found the the only firmware available is for skr 1.4 with LPC1768, but no fw for skr 1.4 turbo with LPC1769! simply changing mcu in platfromio.io file will, not wo…