Page 2 of 2

Re: USBSerial Problems

PostPosted: Thu Jun 05, 2014 11:58 pm
by Carl-SolderSplash
I'm not familiar with the MBED Rtos sorry. If i get time I'll have a look and see if I can point you in the right direction.

Re: USBSerial Problems

PostPosted: Mon Jun 09, 2014 2:50 pm
by Sailing_Nut
Carl-SolderSplash wrote:I'm not familiar with the MBED Rtos sorry. If i get time I'll have a look and see if I can point you in the right direction.


The RTOS is promoted as a part of the supported libraries.

I just took a quick look my self and it seems pretty easy to see why it's not working. There are two target specific files (HAL_CM3.s and SVC_Table.s) defined for LPC1768 and LPC11U24. Seems that the same two files would need to be created specific to the LPC1347 to get it to work. Those files (specifically HAL_CM3.s) are a lot of assembly code that is presently above my head to begin creating for the LPC1374.