diff options
| author | Jan Sucan <sucanjan@fit.cvut.cz> | 2019-06-15 12:45:05 +0200 |
|---|---|---|
| committer | Jan Sucan <sucanjan@fit.cvut.cz> | 2019-06-15 12:45:05 +0200 |
| commit | 0e814275c64592aa9dc96616b946747b180bebb9 (patch) | |
| tree | 421f63cd6a319275b7674b3cadfe20bff8d6a01f | |
| parent | dc8703206e3f0f69605c56d0e1127f7e17f3476a (diff) | |
Add README.md
| -rw-r--r-- | README.md | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..293f8b6 --- /dev/null +++ b/README.md @@ -0,0 +1,26 @@ +# Programming of AT32UC3C family of microcontrollers and IGLOO nano FPGAs through Bluetooth + +This is my master's thesis at Faculty of Information Technology at +Czech Technical University in Prague. It is publicly available in the +[CTU Digital +Library](https://dspace.cvut.cz/handle/10467/82617?locale-attribute=en). It's +written in English language. + +The aim of this masters’s thesis was to develop tools that would allow +writing, reading and verification of a program memory of +microcontrollers of AT32UC3C family, array and FlashROM of IGLOO nano +FPGAs, and its testing. Based on analysis of existing means for a +Bluetooth communication used by the AŽD Praha s.r.o., literature for +AT32UC3C family of microcontrollers, and documentation for the DirectC +reference implementation of FPGA ISP from the Microsemi company tools +for wireless programming has been implemented. The result of the +thesis are tools for writing, reading and verification of a program +memory of microcontrollers of AT32UC3C family, array and FlashROM of +IGLOO nano FPGAs through Bluetooth. + +Source codes of the programming tool can be found in attachment of +this thesis. + +The wireless programming support is used by [AŽD Praha +s.r.o.](https://www.azd.cz) company for wireless programming and +configuration of its balises. |
