FreeMaster-LPUART implementation for Non-SDKs

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

FreeMaster-LPUART implementation for Non-SDKs

ソリューションへジャンプ
969件の閲覧回数
KARTHKSARODE
Contributor III

Hi 

As stated in the subject , I wanted to explore freemaster using LPUART for S32K144 

I couldn't find much resource for Non-SDK implementation , but I wanted to implement in Non-SDKs

  1. First I added FreeMaster Serial Communication files to the project 
  2. Configured LPUART1 of 9600 baud, 1 stop bit, 8 bit format, no parity 
  3. Configured Pins for the same 
  4. Enabled the interrupt for LPUART1 
  5. Called FMSTR_Init() function once , called FMSTR_Poll() function in infinite for loop 
  6. Called FMSTR_Isr()  inside LPUART1_RxTx_IRQHandler()

Project is getting complied and running successfully

Once I try to connect using FreeMaster , it is throwing error as No Board detected on any specified UART Communication Board ( I have tried to connect after reset )

Please find the attached project 

Please help me to rectify this issue 

 

Best Regards
KARTHIK SV
タグ(4)
0 件の賞賛
1 解決策
948件の閲覧回数
PetrS
NXP TechSupport
NXP TechSupport

Hi,

it is detected with attached modified main.c

BR, Petr

元の投稿で解決策を見る

0 件の賞賛
2 返答(返信)
949件の閲覧回数
PetrS
NXP TechSupport
NXP TechSupport

Hi,

it is detected with attached modified main.c

BR, Petr

0 件の賞賛
936件の閲覧回数
KARTHKSARODE
Contributor III

Hi @PetrS 

Thanks for the solution , its working 

The Issue was with Interrupt configuration of LPUART

Best Regards
KARTHIK SV
0 件の賞賛