Bei diesem Quellcode handelt es sich um eine RSA- CRT- Implementierung für den XMC4700, welcher mit der Arduino IDE kompiliert und auf den Microcontroller geladen werden kann.
- Arduino IDE (v1.18)
- Infineon Bibliothek
- Flint Bibliothek (im Anhang)
- Anpassung der Stacksize: Windows-Pfad:
C:\Users\<USER>\Documents\ArduinoData\packages\Infineon\hardware\arm\<VERSION>\variants\XMC4700\linker_skript.ld
- Zeile 57:
stack_size = DEFINED(stack_size) ? stack_size : 15000;
- Zeile 57:
This source code is an RSA-CRT implementation for the XMC4700, which can be compiled and loaded onto the microcontroller with the Arduino IDE.
- Arduino IDE (v1.18)
- Infineon library
- Flint library (is attached)
- increase the stacksize: Windows path:
C:\Users\<USER>\Documents\ArduinoData\packages\Infineon\hardware\arm\<VERSION>\variants\XMC4700\linker_skript.ld
- line 57:
stack_size = DEFINED(stack_size) ? stack_size : 15000;
- line 57: