Hi I am trying to interface a 16x2 lcd on RL78 F12, I want to use simple delay function, for that I am using the interval timer provided. When i compile the project I get the following error (E) E3403 RA78K0R error E3403: Symbol '_R_IT_Start' unmatched type in file 'DefaultBuild\r_cg_it.rel'. First defined in file 'DefaultBuild\r_cg_port_user.rel' lcd.mtpj (E) E3403 RA78K0R error E3403: Symbol '_R_IT_Stop' unmatched type in file 'DefaultBuild\r_cg_it.rel'. First defined in file 'DefaultBuild\r_cg_port_user.rel' lcd.mtpj (E) E3405 RA78K0R error E3405: Undefined symbol '_t_delay_us' in file 'DefaultBuild\r_cg_port_user.rel' lcd.mtpj Although these functions are generated through code generator, I dont know why _R_IT_Start is having conflict with the internal files generated by the compiler, please help, I am using CA78K0R compiler
↧