-
Notifications
You must be signed in to change notification settings - Fork 151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reference hardware #1
Comments
Nice project. What lin driver did you install? |
@Memfispro Thank you! You can use TJA1021 as LIN bus driver. |
Thank you. |
has there been a daughter board designed to drop in place to attach to the MCUDEV DEVEbox board? |
@mitchdetailed Hi ! I just attach all modules by wires... Special boards is not very suitable for DIY... |
Q1; is it theoretically possible to change pinout to match F407 discovery or would it hit any pin/DMA/etc conflicts? Q2: any chance to have pinout flexible at build time with defines etc? |
A1: yep you can try absolutely any board you want with F407/F405 IC just connect pins as it described at main page table. |
Added support for HEX-V2 clone ( it will works as single channel CAN adapter, HW is STM32F415VG based ): LINK |
Hi! thank you very much |
@MC-tecnologias how much experience do you have with stm32 platform? Please note that stm32 has build-in bootloader allowing you to program a chip using UART or CAN or USB. |
hi @rusefillc ! |
@MC-tecnologias i think you can load either of binary files |
I have my board programmed! |
I understand that it no longer appears with the peak vendor-id, but will the software that is waiting for a PCAN-USB recognize it? |
You need to change two number to they original value to make it recognized by your system drivers... You can't load original PCAN drivers without such changes. |
Hi, I have my board programmed and recognized by pcan-view and busmaster. thanks! |
@MC-tecnologias Did you attach CAN bus transceivers ( as example TJA1050 ) to that pins ? Provide as more information, what did you change how you connect external phy to board and so on ... |
Yes, I have a mcp2551. |
If you built correct firmware and connect all as it should be it must works as expected. p.s: |
Yes, I have MCP powered with 5V and STM32 with 3V3. |
On code I only change: |
Please check your pin schematic, maybe you have pin conflict... maybe you try use PA11/PA12 pins for USB and for not suitable FW for that... i can't imagine all possibles situations. p.s: #1 (comment) |
Hi! |
|
hi @moonglow, |
@kristyandi Hi! You no need high speed PHY for USB-HS in my case... Readme file refer you which one need to use, without hi-speed PHY USB-HS will works in USB-FS mode BUT it has much more endpoints for device such PCAN PRO so it is a little trick to get more endpoints for USB. One channel builds does no need to solder additional pins. p.s: you can connect PA11 to PB14 and PA12 to PB15 to run any of that firmwares and have ability to run internal STM USB bootloader as example... |
flashed this board with st-link and no sign of life... |
so far so good :) proably my file was not good , with the others recognized corectly , red led flashing when connected.. |
In most cases this is main reason. You problem is solved ? That's why i try to ask about more information ^_^ |
Hi when add this project ass makefile project and building it. It makes : 09:31:56 Build Finished. 0 errors, 16 warnings. (took 592ms) |
Can you add support to this devboard 3x can-FD https://www.aliexpress.com/item/1005005919904877.html |
That board is not mine.
…On Thu, 1 Feb 2024 at 19:17, P208PUG ***@***.***> wrote:
Can you add support to this devboard 3x can-FD
https://www.aliexpress.com/item/1005005919904877.html
—
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AVEYP73Y5XS3YQ5O4IDXRRDYRO52HAVCNFSM4WD2ZY52U5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCOJSGE3DSNBZGYYQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
MCU board
CAN transceiver
LIN transceiver
You can buy it on TaoBao or AliExpress
The text was updated successfully, but these errors were encountered: