- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi all
I have TLE9015DQU transceiver board and AURIXTM TC265 TFT and need to start working on them. But I don't have the firmware and app. Could please someone advices me to where I can download these?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Are you able to access https://www.infineon.com/cms/en/product/battery-management-ics/tle9012dqu/#!?fileId=8ac78c8c7e7124d1... using your myInfineon account?
115200 is the rate used to communicate with the AURIX board once the firmware is installed. The rate to communicate with the BMS ICs is much faster, but you'll need to send a wakeup signal beforehand (that's the AAh you're seeing propagating from the TLE9012). I'll provide more information separately.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The firmware is not posted publicly but is available through your local Infineon technical contacts. I've sent you a private message with additional information.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you. We will go through NDA. But what about UART parameters a chip used (parity, baud rate and etc.)? Are they under NDA as well?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
UART parameter can be set in the Aurix, which you can refer to user manual and demo code here.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Unfortunately, I didn't find anything looks like setting UART parameters for TLE9015.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ascConfig.baudrate.baudrate = UART_BAUDRATE;
Please check the .c files, and step into the function. You will find the settings of UART.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Well, For some reason TLE9015/TLE9012 still doesn't work
I use UART 115200, 8n1 and MSB is first.
I try to initialize first IC as a final node and read due register.
Yellow is signal from PC UART TX to TLE9015 UART_HS (AURIX TLE9015 ADAPTER BOARD V2.0)
Violet is signal TLE9012 IFH_H output pin (BMS BALANCING AND SENSING BOARD V6)
TLE9012 IFL is connected to TLE9015 LS.
I didn't see any answers from TLE9012?
What does AAh mean?
Please, advise me what I need to do
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, Suggest to start from a USB-UART board, then you can try to control TLE9012, if it's working, then try to use Triboard or sth else.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, I have already used USB-UART to communicate with TLE9015. It seems to me TLE9015 works because I see the signal on its ISO UART pins. But for some reason I can't get any response from TLE9012 according the available documentation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you use USB-UART bridge to communicate and no response from TLE9012, you should debug according to TLE9012 document. This issue is not related with Aurix, right?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Right. At the beginning, it was about Aurix, but we have been trying to sign NDA for a long time to update Aurix firmware. I am trying to debug TLE9012/TLE9015 directly until NDA is signed.
I am doing it according to TLE9012 and TLE9015 documentation. I need support because I am still not successful in debugging
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Are you able to access https://www.infineon.com/cms/en/product/battery-management-ics/tle9012dqu/#!?fileId=8ac78c8c7e7124d1... using your myInfineon account?
115200 is the rate used to communicate with the AURIX board once the firmware is installed. The rate to communicate with the BMS ICs is much faster, but you'll need to send a wakeup signal beforehand (that's the AAh you're seeing propagating from the TLE9012). I'll provide more information separately.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Could someone please provide the file TC265TFT_BMS_init_CVM_1_Slave_Terminal.txt?