To change processor expert project from small model to bank, we need to modify three places:
- in CPU properties, set memory model to Banked:

2. in compiler setting, set Memory model to banked:

3. in project management window. change included memory from ansiis.lib to ansibim.lib:

After above three steps, the pe project will change from small memory model to banked.
Hope this helps!