Bare metal C coding for VF3xx series

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Bare metal C coding for VF3xx series

跳至解决方案
754 次查看
chinmay_a
Contributor I

Hello all,

I am looking for a microcontroller with large on-chip SRAM. My application includes 2-3 SPI devices, 25-30 GPIOs, 3 timers and a Ethernet based TCP/IP connection.

And I came across Vybrid VF3xx series microcontroller which has 1.5 MB of SRAM with SPI and Ethernet as peripherals.(Exactly what I wanted..!!)

Most of the support/discussions I saw were for real time operating systems, and I don't need a RTOS for my application, so is it possible to do simple bare metal C coding on this device?

Are there drivers available which will help me quickly interface SPI, GPIO, Ethernet and timers without using RTOS?

Is there any library for TCP/IP stack which can be used without RTOS on this device?

Also is it possible to do a Ethernet firmware update on this device?

I am new to this so please correct me if I have asked a silly question.

Thank you.

Chinmay

标签 (3)
标记 (3)
0 项奖励
1 解答
490 次查看
alejandrolozan1
NXP Employee
NXP Employee

Hi,

The closest thing we have in baremetal is the next  sample projects:

Sample Code for Vybrid Controller Tower System

The examples are developed for the vybrid twr system. But it should be easy to migrate those projects.

Best Regards,

Alejandro

在原帖中查看解决方案

0 项奖励
1 回复
491 次查看
alejandrolozan1
NXP Employee
NXP Employee

Hi,

The closest thing we have in baremetal is the next  sample projects:

Sample Code for Vybrid Controller Tower System

The examples are developed for the vybrid twr system. But it should be easy to migrate those projects.

Best Regards,

Alejandro

0 项奖励