I am attempting to deploy a simple Labview embedded program on a custom hardware platform that has a SDRAM memory configuration that is different from the BF537 EZLite board. When I start the application the EBIU is configured for the EZLite's memory configuration and I can't find how to change it. I have created a custom LDF file with the correct SDRAM memory size and included it in the project, but it seems to have no effect on the specific EBIU register that I need to have changed. Below is the value of the EBIU register after I deploy the code and folowing it is the correct value for my hardware.
308: EBIU_SDBCTL = 0x0025 // External Bus Interface Unit, SDRAM Bank Control Register
308: EBIU_SDBCTL = 0x0013
My platform uses 1 - 16 bit wide SDRAM chip instead of 2 - 8 bit wide parts. (32 MB total SDRAM).