2
votes
3answers
660 views

GUI library for HMI Cortex M

Hi I am basically using cortex m3 series of processors for our application. I am looking for some GUI library that can be used for HMI. Is there any GUI libraries available? I recently heard about Qt. ...
2
votes
1answer
822 views

Examples of schemes for Microcontrollers STM32

On the Internet a lot of tutorials on AVR microcontrollers, but very few examples for novice developers to STM32. Who can give a link to educational materials for STM32? Interested in the scheme ...
5
votes
5answers
591 views

Cycle counting with modern CPUs (e.g. ARM)

In many applications, a CPU whose instruction execution has a known timing relation with expected input stimuli can handle tasks that would require a much faster CPU if the relationship were unknown. ...
7
votes
2answers
615 views

Problems programming LPC1343 microcontroller in Ubuntu

When I copy a binary that works on a lpc1343 to the mounted usb-device representing the lpc1343 flash, the binary file is changed and does not work. Doing the same with the flash mounted via usb on ...
7
votes
4answers
1k views

Building a circuit with LPC1343

Have people here used the LPC1343 Cortex-M3 chip? I've built a few small circuits with PIC microcontrollers before but now I'm using an LPC1243 Cortex-3/ARM. I've been using an LPCXpresso prototype ...