Other Parts Discussed in Thread: HALCOGEN
hi sir,
previously i discussed about this boot loader issue with Chuck Davenport sir.
i was discussed about the SCI boot loader issue.
Chuck Davenport sir gave me that CAN boot loader for this microcontroller.
but i have few doubt in that CAN boot loader also. because i saw that CAN BOOT LOADER file. in that b1_dcan.c file i saw few functions. but its not available in my can.c file.(which is generated by the halcogen code generator).
ex:
static void CANMessageSetRx(canBASE_t *node);
static uint32 CANMessageGetRx(canBASE_t *node, uint8 *pucData, uint32 *pulMsgID); etc....
these functions are not available in my can.c file.
so i have some confusion on this files.
1) how can i check this bootloader is correct one for my microcontroller ??
2)if its correct one means how can i flash using emulator ?? (i need the flashing steps for that boot loader) .
so any one can you please tell me the solution for this issue.
thanks & regards
Arun Kumar.N