LGT8F328P as Arduino ISP

Hi Team .... have a nice Day

I have LGT8F328P-LQFP32 board
I need to convert it to Arduino as ISP by uploading ArduinoISP sketch in to LGT8F328P

Does any one have experience in this regard
Is this success or is it possible

Please help
Thanks in advanced

The beauty of Arduino is that it does not take much time to test :wink: Have you tried?

1 Like

I am testing but I am still testing how to upload Arduino Uno bootloader to LGT8F328P

I have serious doubts that the Uno bootloader will work correctly on your LGT8F328P.

If you want to use the LGT8F328P as a programmer, you need to upload the ArduinoISP sketch to it.

Next you select the board to which you want to upload the sketch or burn the bootloader, select the port of the programmer (your LGT8F328P in this case), connect the boards via ICSP and you're good to go.

If it will work as expected I can't say

To run Arduino as ISP on an LGT processor should not require a special version of the sketch. But it will only program actual AVRs; the LGTs use a different burn algorithm.

So ... what chip do you actually want to program?

I need to program ATmega238p chip

@ sterretje
Arduino ISP sketch does not compile when we select LGT8F328 BOARD

#include "SPI.h" error

Can you provide the additional URL fr the LGT8F328 that you specified in file->preferences. So I can install the board package and try to find what goes wrong.

1 Like

This is the URL for library that I downloaded

https://raw.githubusercontent.com/dbuezas/lgt8fx/master/package_lgt8fx_index.json

Compiling is succeed but does not upload

Sorry, can't help further as I don't have the logicGreen based boards.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.