App Developer ProjectDescription
Flowcode report by 66718025


Settings data:Compiler line$(fcddir)PIC\batch\pic_xc8_comp.bat
Compiler switches"$(compilerpic)" $(chip) "$(outdir)" "$(target)"
Chip settings
Clock speed
100000000 (Hz)

No configuration data has been set


Global data:
Components
Name
Properties
No top-level properties
User Macros
Returns Name Description
NONE Main
NONE Screen_reset // just  for the screen
NONE W_File_generate_data //generate data for test on file save
NONE W_File_header_wav // generate a file header for wav file
NONE W_File_init // Init a file for writing data
NONE W_File_write_data // write buffer to the file
Constants
Type Name Description
INT b has to be 1
INT a has to be 0
BOOL false
INT bad Error
INT attension !!!!!
INT cross Logo reset
INT ok Logo ok
BOOL true
Variables
Type Name Description
ULONG buf_count
BYTE[512] wav_header[512]
BYTE[2][153600] buf_data[2][153600] Best if 1536 or multiply with it
ULONG data_int_count_C
ULONG buf_count_data_sector
ULONG c_data a or b
UINT Glo_number_of_channel
UINT c_file
BYTE Buff_to_write
INT[32] Get_Data_integer[32]
ULONG buf_count_data
BYTE ret_open_headerfile
ULONG samplecount


Macro name: Main
Return details
No return value defined for this macro
Parameters
No parameters defined for this macro
Variables
No locals defined for this macro


Macro name: Screen_reset// just  for the screen
Return details
No return value defined for this macro
Parameters
No parameters defined for this macro
Variables
No locals defined for this macro


Macro name: W_File_generate_data//generate data for test on file save
Return details
No return value defined for this macro
Parameters
No parameters defined for this macro
Variables
Type Name Description
UINT channel_count
UINT number_of_channel_gen


Macro name: W_File_header_wav// generate a file header for wav file
Return details
No return value defined for this macro
Parameters
Type Name Description
BYTE[20] Filename_gen[20] 8.3 Version
UINT number_of_channel_gen number of channel saved in the file
UINT FS_gen Samplerate from the project
BYTE number_of_bit_gen 16 or 24 Bit from the project saved in the file
Constants
Type Name Description
INT yes true
INT no false
Variables
Type Name Description
ULONG fileSize_byte
UINT header_offset
BYTE size_iname
ULONG size_list
UINT fs Samplerate
ULONG byte_per_second
BYTE number_of_bit
UINT bits_per_sample


Macro name: W_File_init// Init a file for writing data
Return details
No return value defined for this macro
Parameters
Type Name Description
STRING[20] Filename_gen[20] Filename 8.3 as a string
Variables
Type Name Description
BYTE ret_open
BYTE ret_ini
BYTE ret_filename


Macro name: W_File_write_data// write buffer to the file
Return details
No return value defined for this macro
Parameters
No parameters defined for this macro
Variables
No locals defined for this macro