Hi,
In "HVLLC-DPL-ISR.asm" file we can read :
; dummy variable for pointer initialisation
ZeroNet .usect "ZeroNet_Section",2,1,1 ; output terminal 1
In HVPSFB-DPL-ISR.ASM we can read :
; All Terminal modules initially point to the ZeroNet to ensure a known
; start state. Pad extra locations to accomodate unwanted ADC results.
ZeroNet .usect "Net_terminals",8,1,1
I take a look at the "Uninitialized Sections" section (currently section 2.2.1) of the "TMS320C28x Assembly Tools Guide":
http://www.ti.com/lit/spru513;
I don't really understand the purpose of ZeroNet.
Moreover I don't understand how I can know the size of ZeroNet to set in my own project.
This seems to depend on the number of modules used. How to calculate?
I found no information on the application notes
Could anyone give me an answer ?
Best regards