Technical discussions related to Analog Devices DSPs (including Blackfin, TigerSHARC, SHARC and ADSP-21xx DSPs).
HI! My english is not that much good.... Iam new to DSP processors....IAm using BF533ez-kit lite.. Iam seeing the example codes in the BF533....in that they are using this statement why i don't know..... sysreg_write(reg_SYSCFG, 0x32); //Initialize System Configuration register Actually in documentation they have given it as 30 instead of 32.... please help... and iam seeing led blinking program where we will use ebiu,pf,interrupts,timers..
sysreg_write(reg_SYSCFG, 0x32); //Initialize System Configuration register That is libray function for directly configure SYSCFG. Please check the user manual for its configuration. By refering its configuration u can easily understand it. Its difine for booting option. Regards, NP ----- Original Message ----- From: malli_1729 To: a...@yahoogroups.com Sent: Tuesday, July 24, 2007 10:11 AM Subject: [adsp] New comer Question in ADSP-BF533 Programming.. HI! My english is not that much good.... Iam new to DSP processors....IAm using BF533ez-kit lite.. Iam seeing the example codes in the BF533....in that they are using this statement why i don't know..... sysreg_write(reg_SYSCFG, 0x32); //Initialize System Configuration register Actually in documentation they have given it as 30 instead of 32.... please help... and iam seeing led blinking program where we will use ebiu,pf,interrupts,timers..