UART3 Peripherals View Question

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

UART3 Peripherals View Question

693件の閲覧回数
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by mio on Fri Sep 10 22:13:06 MST 2010
Hi,

I'm now testing lpcexpresso1768 sample 'uart'
from http://ics.nxp.com/support/lpcxpresso/zip/examples.lpc17xx.zip

This code is works OK.

but when break in main loop,
IDE's Peripherals view's UART3 is gray-out and not available.
(see attachment jpeg file)

So ,I tested simple code below , and break in while(1){} loop,
but Peripherals view's UART3 is stll gray-out.
(see attachment jpeg file)

why?

lpcexpresso IDE version is 3.5.0.

int main(void) {
    LPC_SC->PCONP |= 0xFFFFFFF ;
    
    volatile static int i = 0 ;
    while(1) {
        i++ ; // break here.
    }
    return 0 ;
}
0 件の賞賛
返信
2 返答(返信)

687件の閲覧回数
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by mio on Sat Sep 11 16:27:01 MST 2010
I like  lpcXpresso IDE very much.

I expect IDE to be more useful.:)
0 件の賞賛
返信

687件の閲覧回数
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by CodeRedSupport on Sat Sep 11 07:12:50 MST 2010
I can replicate here - there does indeed seem to be an issue with the peripheral view of UART3. (UART0,1 and 2 all seem fine).

We will investigate.

Regards,
CodeRedSupport
0 件の賞賛
返信