Search for power supply chip

Hardware inside and outside of the ECU
mck1117
running engine in first post
running engine in first post
Posts: 1494
Joined: Mon Jan 30, 2017 2:05 am
Location: Seattle-ish

Re: Search for power supply chip

Post by mck1117 »

kb1gtt wrote:
Sat Jan 19, 2019 9:34 am
probably because my c:\blah\\rusefi_kneelo\hardware\rusefi_lib is an empty folder. I'm not sure how the symbol is found on your system.
If that's empty, you're missing the submodule for libs,

Code: Select all

git submodule update --init
User avatar
kb1gtt
contributor
contributor
Posts: 3758
Joined: Tue Sep 10, 2013 1:42 am
Location: ME of USA

Re: Search for power supply chip

Post by kb1gtt »

It would appear you found a different datasheet than I have found. I found this 240 page beauty. However it does not have a section 16.
https://media.digikey.com/pdf/Data%20Sheets/Infineon%20PDFs/TLF35584_Rev2.0_3-16-17.pdf

Can you post a link to the datasheet you are using as a reference.
Welcome to the friendlier side of internet crazy :)
User avatar
kb1gtt
contributor
contributor
Posts: 3758
Joined: Tue Sep 10, 2013 1:42 am
Location: ME of USA

Re: Search for power supply chip

Post by kb1gtt »

Per the below thread, the TLF35584 can be set to no use SPI.
https://www.infineonforums.com/threads/5733-TLF35584-INIT-to-NORMAL-MODE
In case you don't want to use watchdogs and error monitoring, you can connect MPS/TM pin to high always so that watchdogs and error monitoring are disabled. The device stays in INIT state providing all the output voltages.
So good news, we can make it work, then deal with SPI at a later date.
Welcome to the friendlier side of internet crazy :)
User avatar
kb1gtt
contributor
contributor
Posts: 3758
Joined: Tue Sep 10, 2013 1:42 am
Location: ME of USA

Re: Search for power supply chip

Post by kb1gtt »

mck1117 wrote:
Sat Jan 19, 2019 10:32 am
If that's empty, you're missing the submodule for libs,

Code: Select all

git submodule update --init
For the TortiseGit crowd, that's right click on the top level repo folder --> TortiseGit --> sub-module Update
TortoiseGit_rusEFI_kneelo_submodule_update.png
TortoiseGit_rusEFI_kneelo_submodule_update.png (77.77 KiB) Viewed 4948 times
Welcome to the friendlier side of internet crazy :)
User avatar
kb1gtt
contributor
contributor
Posts: 3758
Joined: Tue Sep 10, 2013 1:42 am
Location: ME of USA

Re: Search for power supply chip

Post by kb1gtt »

kb1gtt wrote:
Sat Jan 19, 2019 11:08 am
However it does not have a section 16.
So secret tip. If you don't find section 16 in the table of contents, go look for it any how. You'll find it's a secret section which is not advertised in the TOC.

I found page 233 of this 240 page document https://media.digikey.com/pdf/Data%20Sheets/Infineon%20PDFs/TLF35584_Rev2.0_3-16-17.pdf . It has a section titled.
16 Application Information
Unfortunately, it does not detail how they derived the 22uH value. As well it appears they don't have these values on there eval boards. So I still look for details on how to select the inductor's and capacitor's.
Welcome to the friendlier side of internet crazy :)
User avatar
AndreyB
Site Admin
Posts: 14328
Joined: Wed Aug 28, 2013 1:28 am
Location: Jersey City
Github Username: rusefillc
Slack: Andrey B

Re: Search for power supply chip

Post by AndreyB »

How about TLE8888-1QK? It seems to include a bit more than just power supply. Available on Mouser in singles for $17.
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
960
contributor
contributor
Posts: 336
Joined: Mon Dec 10, 2018 1:22 am
Location: Norway

Re: Search for power supply chip

Post by 960 »

russian wrote:
Tue Jan 22, 2019 2:18 am
How about TLE8888-1QK? It seems to include a bit more than just power supply. Available on Mouser in singles for $17.
I find this to be a lot better option.

I have this on order already to try out.
Post Reply