I created simple project for Core0 were i configured PORTC PIN_14 as testing output for led and SMC Bank 0, Core1 not used.
Firstly i noticed that generated ldf file has strange start address Bank 0: 0xBC000000 while in comments the start address should be 0xB0000000. Second, after reset CPU load memory from SPI flash, led start blinking, but i can't see any activity on SMC0_AMS0 and SMC0_AWE. If i change address on 0xB0000000 processor hangs up. What i do wrong?
Answer itself.., the problem was in hardware feature BF60x. Pin SMC0_BR should be pulled high with external resistor. Thanks everyone.