Legacy microcontrollers Forum Discussions
Hi,
i would like to ask if there is an alternative tool for the MB2146-07-e for use in debug of the MB95F634 ?
Hello,
According to FM3(CY9BF116TBGL-GE1) datasheet on page 70, the transient fluctuation rate for power supply voltage is described following.
“the transient fluctuation rate does not exceed 0.1 V/us when there is a momentary fluctuation on switching the power supply.”
In this case, if it can’t keep this rate, how will the device be affected?
When power supply voltage is switched to 5.5V from 3V with exceed 0.1 V/us,
for example, does I/O port not work correctly(output by mistake.)?.
Regards,
Tao_2199
Show LessDear All, could you someone, please, find or looking for a sucessor of MB9BF568MPMC-G-JNE2 ? We have the line of our product based on MB controlers and posibility ensure our productions by this chips seems to be more and more problematic. Any suggestion ? China suplyer will sale our warehouses soon. Best regard, any suggestions are welcomed. Petr.
Show LessHello
I need some help and I hope this is the right place since fo far I didn't get any answer even on the biggest automotive forum
Infoneon SAK-TC1797 and SAK-TC1797
One of the main features is
CAN Datalink
4 nodes supporting up to 1m boud rate
All individually programmable via fCAN clock
J1939 CAN 0,1,2 and 3 125k 250k 500k and 1M
I have 2 modules one runs on 250k the oter on 500k olde the older one is damaged, not avaliable, backorder and it will not be avaliable anytime soon. That leaves me with the brand new thats runs on 500k I have 3 off them already programed with old software, the vehicle starts, runs, no codes, no issues except that rhe vehicle side datalink J1939 CAN is down since you can't mix difrent baud rates, meaning no dash, abs and so on
All I need is change the speed from 500k to 250
I simply can't find any documentation on how to do this or what software / hardware to use
Infeion did a excellent job bragging about it's 4 CAN data links individually programed via fCAN function, page after page, manuals, brosures, descriptions you name it! Only thing left out is HOW. Even the part 1+2 user manual 2150 pages only talks about it but no word on how
Is there anybody that can poit me in to the right direction?
Thanks
Show LessHello,
I have question i have a automotive board that has bad Infineon TC1796 , my question is is it possible to read the whole entire chip or at least the boot loader and to be write in other working TC1796 and eventually the server to upgrade the firmware to up to the date. because after replacement IC the server can no recognize. What kind of device Programmer i need to have in order to read/ write the bootloader - firmware. Thank you for any info you give me!
Hello,
I have question i have a automotive board that has bad Infineon TC1796 , my question is is it possible to read the whole entire chip or at least the boot loader and to be write in other working TC1796 and eventually the server to upgrade the firmware to up to the date. because after replacement the server can no recognize what kind of device is to write the firmware. Thank you for any info you give me!
Show Less(質問)
S6E2H16はTYPE6-M4製品、MB9BF36*K/LはTYPE2-M4 製品、に分類されてますが、TYPEによって異なる所はマイコンレジスタマップアドレスぐらいでしょうか? 他に何かあれば教えて下さい。
また、基本的な動作や使い方は両製品とも同じとの理解で正しいですか?
Show LessHi Everyone
which part family would be easiest to migrate my Keil code written for XC164CM to? The main peripheral I use on this is CAN.
Thank you
Show LessI want to use I/O Port 6 as a serial communication interface.
- USIC Module 1/Channel 1 (U1C1): Port 6 (use P6.1 – DATA Out - TxD), Port6 – P6.0 as ASC Input RxD)
- Need to confirm the U1C1 configuration below...
/// -----------------------------------------------------------------------
/// Configuration of the used U1C1 Port Pins:
/// -----------------------------------------------------------------------
P6_IOCR00 = 0x0020; // load port register for data input (P6.0)
/// - P7.3 is used for USIC0 Channel0 Shift Data output(DOUT)
P6_IOCR01 = 0x00B0; //set direction register (P6.1 Output Function ALT3)
P6_POCON |= 0x0034; //set Edge type and Driver type register
- Is Output Function ALT3 for SCI RxD? Where are the Alternate Output Functions listed?
- Is there a Register used to select P6.1 as DOUT?
/// - The data input DX0E is selected for pin - P6.0 use for SCI RxD signal
U1C1_DX0CR = 0x0004; // load U1C1 input control register(Data)
Is this correct for the selecting P6.0 as the Data Input for RxD? See Below...
Show Less