Using mbed compiler to access peripheral registers directly

04 Jun 2011

I'm sure this question has been asked before but I can't find the relevant thread. If I want to use the peripherals in a different way than the mbed APIs do, can I access their control and interrupt registers directly from within the 'C' environment of the mbed compiler ?

John

04 Jun 2011
05 Jun 2011

Many thanks, Andy.

05 Jun 2011

Have just looked at the link more closely and there doesn't seem to be any assembler examples. I have a number of assembler routines that I would like to use as well.

John