Application with HSE and SDK 3.0.0 without Autosar

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

Application with HSE and SDK 3.0.0 without Autosar

ソリューションへジャンプ
1,752件の閲覧回数
anakha
Contributor III

Hi,

Does there any example using SDK with non-Autosar uses HSE features?

The template project in HSE Demo Example provides lots of files like interface, framework, services and drivers and use them all.

Do I need all of them in application (not bootloader) and how can integrate with SDK?

 

 

タグ(4)
0 件の賞賛
返信
1 解決策
1,667件の閲覧回数
lukaszadrapa
NXP TechSupport
NXP TechSupport

To prevent possible issues, I would use one driver only. If you use RTD, it makes more sense to use Hse_Ip layer only.

Regards,

Lukas

元の投稿で解決策を見る

3 返答(返信)
1,707件の閲覧回数
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi @anakha 

see the examples in the RTD:

lukaszadrapa_0-1710919179986.png

There are both autosar and non-autosar examples. 

Examples Crypto_... are autosar examples using Crypto driver defined by autosar spec.

Hse_Ip... examples are using non-autosar Ip layer.

For more details, see please:

https://www.nxp.com/design/design-center/software/automotive-software-and-tools/real-time-drivers-rt...

There's video explaining the architecture of RTD.

Regards,

Lukas

 

0 件の賞賛
返信
1,696件の閲覧回数
anakha
Contributor III

Hi @lukaszadrapa 

thanks for suggestions.

This example defines necessary functions inside main.

The HSE Demo Examples uses more functions in separate such as interface, services, drivers, etc.

 

Are they can be used concurrently together?

for example, hSE_Ip examples use HSE_Init but HSE_Demo examples just check if HSE installed

0 件の賞賛
返信
1,668件の閲覧回数
lukaszadrapa
NXP TechSupport
NXP TechSupport

To prevent possible issues, I would use one driver only. If you use RTD, it makes more sense to use Hse_Ip layer only.

Regards,

Lukas