cancel
Showing results for 
Search instead for 
Did you mean: 

What is the role of bit 9 in SCU_SCR0 ???

alandras
Associate II
Posted on April 07, 2007 at 10:55

What is the role of bit 9 in SCU_SCR0 ???

2 REPLIES 2
alandras
Associate II
Posted on May 17, 2011 at 09:40

What is the role of bit 9 in SCU_SCR0 ?. According to the datasheet it is reserved, however in STR91x.S from Keil examples it is set to 1. Is there an errata or something about this?

SCU_SCR0_Val EQU 0x00000196

; Setup System Configuration (and SRAM Size)

IF SCR0_SETUP == 1

LDR R0, =SCU_BASE

LDR R1, =SCU_SCR0_Val

STR R1, [R0, #SCU_SCR0_OFS]

ORR R1, #0x00000200

STR R1, [R0, #SCU_SCR0_OFS]

ENDIF

thanks,

Andras

alandras
Associate II
Posted on May 17, 2011 at 09:40

hi Zouhair,

Thanks for your reply!

Maybe you now something about WSR_AHB ?

(AHB Wait state enable)

http://mcu.st.com/mcu/modules.php?mop=modload&name=Splatt_Forums&file=viewtopic&topic=5147&forum=21

Andras