RTOS Discussion? If you are locking for a free version of a preemptive RTOS nearly µC/OS take a look to pC/OS V1.80c
http://www.embedded-os.de/index....
This kernel bases on µC/OS 1.00 with a...
Monday, 1 June 2009 - 19:23
Switching USB classes on the fly With CDC you can not build a composite device since the CDC declaration must be located in front part of the config descriptor and so MSC can not be declared here or later in the...
Thursday, 12 February 2009 - 21:36
NAND FLash File System For non GPL, take a look at:
http://www.hcc-embedded.com/
for example. This side offers FAT, properitary-FS with FTL (easy to port). Only the patents-status of the FTL is not 100...
Monday, 19 January 2009 - 20:52
AVR32 as RNDIS client running as a USB-RNDIS device is no problem. You have to support the RNDIS-spec with the mandatory OIDs for this interface.
But using RNDIS as host is restricted by Microsoft -...
Monday, 19 January 2009 - 20:42
RTOS on AVR32? If you want, take a to pC/OS.
It bases on the old free uC/OS 1.00 with a lot of changes and additionals.
The pC/OS kernel is now ported to AVR32 (UC3A) too.
http://www.embedded-os...
Monday, 17 November 2008 - 19:37
AVR32 Is following one ok for you ?
http://alvidi.de/avr32_modul.html
Wednesday, 3 September 2008 - 21:06
sd or mmc mp3 player take a look into following full featured example-code for MMC, M-Bridge, SD, SDHC cards using SPI.
https://www.avrfreaks.net/index.p...
or
http://www.embedded-os.de/index....
Tuesday, 2 September 2008 - 22:29
Header/Adapter board take a look at:
http://alvidi.de/avr32_modul.html
or
http://www.core.st/projects/AVR32_Starter_Kit/AVR32_Board.html
Is one of this a case for you ?
Tuesday, 26 August 2008 - 22:19
KEE JTAGICE mkII Firmware additional info to single-stepping and breakpoints:
It's look like a problem of AVR32 Studio - with IAR this points works fine...
Sunday, 24 August 2008 - 22:15
KEE JTAGICE mkII Firmware I received one yesterday...
I will use it with a AVR32UC3A board - and here my first test results:
- flashing works
- single-stepping works not stable all times
- breakpoints do...
Sunday, 24 August 2008 - 16:32
KEE JTAGICE mkII Firmware How is the speed ?
On an other side I have seen it's one ATMega64 plus a PDIUSBD12 inside this clone. The USB-controller is a stable one but slow. The MCU have to wait after every...
Saturday, 16 August 2008 - 19:55
pc/os Yes, it's described in the "pC_OS.c" head - pC/OS is based on uC/OS 1.00 !
So you need the core file "pC_os.c", the test-main and source-files in your MCU-subdir and the startup-...
If you are locking for a free version of a preemptive RTOS nearly µC/OS take a look to pC/OS V1.80c http://www.embedded-os.de/index.... This kernel bases on µC/OS 1.00 with a...
With CDC you can not build a composite device since the CDC declaration must be located in front part of the config descriptor and so MSC can not be declared here or later in the...
For non GPL, take a look at: http://www.hcc-embedded.com/ for example. This side offers FAT, properitary-FS with FTL (easy to port). Only the patents-status of the FTL is not 100...
running as a USB-RNDIS device is no problem. You have to support the RNDIS-spec with the mandatory OIDs for this interface. But using RNDIS as host is restricted by Microsoft -...
If you want, take a to pC/OS. It bases on the old free uC/OS 1.00 with a lot of changes and additionals. The pC/OS kernel is now ported to AVR32 (UC3A) too. http://www.embedded-os...
Is following one ok for you ? http://alvidi.de/avr32_modul.html
take a look into following full featured example-code for MMC, M-Bridge, SD, SDHC cards using SPI. https://www.avrfreaks.net/index.p... or http://www.embedded-os.de/index....
take a look at: http://alvidi.de/avr32_modul.html or http://www.core.st/projects/AVR32_Starter_Kit/AVR32_Board.html Is one of this a case for you ?
additional info to single-stepping and breakpoints: It's look like a problem of AVR32 Studio - with IAR this points works fine...
I received one yesterday... I will use it with a AVR32UC3A board - and here my first test results: - flashing works - single-stepping works not stable all times - breakpoints do...
How is the speed ? On an other side I have seen it's one ATMega64 plus a PDIUSBD12 inside this clone. The USB-controller is a stable one but slow. The MCU have to wait after every...
Yes, it's described in the "pC_OS.c" head - pC/OS is based on uC/OS 1.00 ! So you need the core file "pC_os.c", the test-main and source-files in your MCU-subdir and the startup-...
Pages