free-pdk / easy-pdk-programmer-software

Easy PDK programmer for PADAUK microcontroller
https://free-pdk.github.io/
GNU General Public License v3.0
113 stars 38 forks source link

PFC154 support #8

Closed spth closed 3 years ago

spth commented 5 years ago

Padauk just released the PFC154, which seems quite similar to the already supported PFS154. The main difference seems improved ESD/EFT capabilities, and possibly the process used (0.5 µm vs 0.18 µm?).

freepdk commented 5 years ago

Support can be added only, if a real physical device is available. It is not possible to add support for data sheet only CPUs.

spth commented 5 years ago

A while ago, Padauk announced the PFC154. Yesterday, the datasheet was released.

I guess it will take a few more weeks until devices become available at distributors.

Section 13 on program writing in the PFC154 datsheet looks very similar to the corresponding section 9.2.8 in the PFS154 datasheet. A notable exception is the voltage on PA5 (5V on the PFC154 vs 8V on the PFS154).

freepdk commented 3 years ago

PFC154 support is done. See development branch.

Unfortunately PFC154 wants 7.0V on VDD for writing which requires a hardware modification to the existing easypdk programmer. The resistor R6 needs to be change to 20k. Programmer firmware will auto detect the modification and adapt accordingly.