bug in flexbus configuration using processor expert

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

bug in flexbus configuration using processor expert

435 Views
zohargolan
Contributor III

Hi,


I am trying to configure the flexbus using processor expert to a 32 bits bus. The processor expert is setting bits FB_CSCR_PS to 0x01 instead of 0x00.


I had to use the "User code after PE initialization" and rewrite the FB_CSCR0 register. Is there a better workaround


//Fix a bug in processor expert. Selecting 32 bits flex bus, creating an 8 bits bus. Bitmap FB_CSCR_PS is incorrect

  FB_CSCR0 = FB_CSCR_SWS(0x00) |

  FB_CSCR_ASET(0x00) |

  FB_CSCR_RDAH(0x03) |

  FB_CSCR_WRAH(0x00) |

  FB_CSCR_WS(0x08) |

  FB_CSCR_BLS_MASK |

  FB_CSCR_AA_MASK |

  FB_CSCR_PS(0x00);

Please advise

Zohar

0 Kudos
2 Replies

294 Views
Hui_Ma
NXP TechSupport
NXP TechSupport

Hi Zohar,

I confirmed your reported issue.

I will report related issue to Processor Expert team about this bug.

Thank you for the info and sorry for the inconvenience may bring.


Have a great day,
best regards,

Ma Hui

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos

294 Views
Rick_Li
NXP Employee
NXP Employee

could you please let me know which IDE and which version are you using?

And what is target MCU's partnumber?

0 Kudos