Also Canada, few hours out of Toronto

Your chance to introduce yourself and your vehicle
Post Reply
Blake_Volpex
Posts: 2
Joined: Tue Oct 09, 2018 12:57 am

Also Canada, few hours out of Toronto

Post by Blake_Volpex »

I've been doing hardware and software engineering for a few years but I'm a lot better with hardware.
My partner is a software engineer, and we started a small business a while back. Not making any money right now, but hopping it'll pay for the tools eventually.

I just got a semi custom ECU using a Microsquirt Module running on a Stealth. The artificial software limitations of the uS pissed me off (same CPU as the MSII but omits a few features I needed).

So we've started looking into making one from scratch and found this project.

Has any thought been put into the 5v M4F chips from Cypress?
Such as the S6E2G36H0AGV20000
It shouldn't take much to move ChibbyOS over.
User avatar
AndreyB
Site Admin
Posts: 14325
Joined: Wed Aug 28, 2013 1:28 am
Location: Jersey City
Github Username: rusefillc
Slack: Andrey B

Re: Also Canada, few hours out of Toronto

Post by AndreyB »

Blake_Volpex wrote:
Tue Oct 09, 2018 1:30 am
Has any thought been put into the 5v M4F chips from Cypress?
Such as the S6E2G36H0AGV20000
It shouldn't take much to move ChibbyOS over.
OS probably not too bad but also would need HAL (peripheral drivers)

Welcome!
Very limited telepathic abilities - please post logs & tunes where appropriate - http://rusefi.com/s/questions

Always looking for C/C++/Java/PHP developers! Please help us see https://rusefi.com/s/howtocontribute
Blake_Volpex
Posts: 2
Joined: Tue Oct 09, 2018 12:57 am

Re: Also Canada, few hours out of Toronto

Post by Blake_Volpex »

Ya I did a little more searching and it looks like you looked into the FM4 series before.
But support was a bit limited.

I haven't touched any RTOS systems, so I'll need to learn a fair bit there. Those cypress dev boards are about $65CAN so I may grab one to play with.
But considering the work put into the STM32 already, it might be easier to just stick with that.
What about a 5v ADC?

Ps. It's late Thanksgiving evening here. So I've had a few.
User avatar
kb1gtt
contributor
contributor
Posts: 3758
Joined: Tue Sep 10, 2013 1:42 am
Location: ME of USA

Re: Also Canada, few hours out of Toronto

Post by kb1gtt »

What features are you looking for? It looks like this cypress chip is a fairly generic 32bit arm, with a fairly standard number of IO. I'm guessing that a chibiOS supported chip is possible, which satisfies your desired features. If chibiOS already has the HAL drivers, that greatly simplifies the effort.

We have put in some effort into the STM32F407IGT6 a 176 pin 32bit ARM.
https://rusefi.com/forum/viewtopic.php?f=4&t=749&p=12902&hilit=STM32F407IGT6#p12902

Also there has been some looking into stm32f429 on the below board.
https://octopart.com/stm32f429i-disc1-stmicroelectronics-65007998?r=sp&s=nAB2Aox4SlG0G8onHG6r_Q

We have also considered SPC56## also known at MPC56## chips. These have 2 ETPU's which can do some low latency operations. The key problem is that the ETPU compilers are a pain. There are assembly compilers, but not free C compilers. As well there are some pre-compiled modules, but they typically are missing things you really want. So you either need to purchase a compiler, or write a bunch of code in assembly. However having 3X processors is a nice feature.
https://rusefi.com/forum/viewtopic.php?f=13&t=406
Welcome to the friendlier side of internet crazy :)
Simon@FutureProof
contributor
contributor
Posts: 413
Joined: Tue Jul 24, 2018 8:55 pm
Github Username: Orchardperformance
Slack: Orchardperformance

Re: Also Canada, few hours out of Toronto

Post by Simon@FutureProof »

I believe some of the F7 discovery boards are also pin compatible with the F4 might be worth taking a look at those as they would be the easiest speed boost if someone was willing to put the time into making it all work.

I believe some of the nucleo boards carry F7 processors and are a bit newer in terms of ST link etc but would need to be pin compatible with the existing kit?
Now keeping MRE in stock in the UK - https://www.FutureProofPerformance.com
Post Reply