Hi,
I am Using MCU - MC9S12ZVML128 and i want to implement single master and 2 slaves in LIN communication. I have already implemented single master and single slave already it is working fine.
Question 1:
I am trying to add another network in LIN network in NPF codewarrior. but it is not allowing me to add due to same timer channel and i cannot change timer channel function because it is disabled in codewarrior.
how can I add new network or enable in timer channel in NPF codewarrior.
Question 2 :
if i have to handle multiple slaves what changes i have to make in LIN firmware and how can I handle multiple slaves at same time to get data?