hello
during flash PCAN-ROUTER FD an error code is returning at begining of flash process
Error : The CAN Hardware send a wrong statuds Code
but example Code 001-ROUTING is well flahing
compare to example I added C/C++ optimisation :
CFLAGS += -Wall -Wcast-align -Wcast-qual -flto -ffat-lto ...
Search found 8 matches
- Tue 28. Jun 2022, 13:25
- Forum: PCAN-Router FD
- Topic: Flashjing PCAN return a wrong status Hardware
- Replies: 4
- Views: 6703
- Fri 16. Jul 2021, 09:11
- Forum: Suggestions & Feature Requests
- Topic: Firmware Downloading over USB
- Replies: 1
- Views: 7492
Firmware Downloading over USB
Hello
I current want to use the PCAN Router FD for an industrial solution for Automotiv Test Bench.
Our current solution is based on LPC1768(NXP) with 2 CAN Simulatiors and an Raspberry(RPI) for graphical HMI interface.
Both Ecus communicates throw serial connection (UART).
We have actually 900 ...
I current want to use the PCAN Router FD for an industrial solution for Automotiv Test Bench.
Our current solution is based on LPC1768(NXP) with 2 CAN Simulatiors and an Raspberry(RPI) for graphical HMI interface.
Both Ecus communicates throw serial connection (UART).
We have actually 900 ...
- Fri 4. Jun 2021, 23:01
- Forum: PCAN-Router FD
- Topic: Set Interrupt Event Handler
- Replies: 8
- Views: 7867
Re: Set Interrupt Event Handler
Thanks à lot got it
- Thu 3. Jun 2021, 14:49
- Forum: PCAN-Router FD
- Topic: Set Interrupt Event Handler
- Replies: 8
- Views: 7867
Re: Set Interrupt Event Handler
hello
thank you for your feed back ,
regarding irq_timer every 10ms (like tick), NXP document propose to overload the method sysTick_handler(). I saw you propose a "weak" implementation in statup_ARMCM4.c file
may i wrong if I implement the tick like this ?
void (*sysTimeIRQ) (void) ;
void ...
thank you for your feed back ,
regarding irq_timer every 10ms (like tick), NXP document propose to overload the method sysTick_handler(). I saw you propose a "weak" implementation in statup_ARMCM4.c file
may i wrong if I implement the tick like this ?
void (*sysTimeIRQ) (void) ;
void ...
- Fri 28. May 2021, 13:25
- Forum: PCAN-Router FD
- Topic: Set Interrupt Event Handler
- Replies: 8
- Views: 7867
Re: Set Interrupt Event Handler
Thank you very much for your rapid answer and complet one
clearly I means that I need to update the startup_ARMCM4.c with my Interrupt program name?
How should I set the timeElapsed (10ms) for IRQ Timer?
I just need to know With IRQ number (UART0?) is assign to the PCAN RS232 serial port ?
you ...
clearly I means that I need to update the startup_ARMCM4.c with my Interrupt program name?
How should I set the timeElapsed (10ms) for IRQ Timer?
I just need to know With IRQ number (UART0?) is assign to the PCAN RS232 serial port ?
you ...
- Thu 27. May 2021, 13:53
- Forum: PCAN-Router FD
- Topic: Set Interrupt Event Handler
- Replies: 8
- Views: 7867
Set Interrupt Event Handler
hello
To simply my main loop, I would like to create an EventHandler
on a Timer (eg: every 10 ms) (TIMER0_IRQ ?)
and RS232 (UART0_IRQHandler ?)
but I don't have any example or doc to handle it:
I see on startup_ARMCM4.c
all IRQ are setted to Default Handler (while(1))
eg :
void TIMER0 ...
To simply my main loop, I would like to create an EventHandler
on a Timer (eg: every 10 ms) (TIMER0_IRQ ?)
and RS232 (UART0_IRQHandler ?)
but I don't have any example or doc to handle it:
I see on startup_ARMCM4.c
all IRQ are setted to Default Handler (while(1))
eg :
void TIMER0 ...
- Wed 19. May 2021, 11:24
- Forum: PCAN-Router FD
- Topic: Flashing tool with Linux RPI
- Replies: 7
- Views: 8217
Re: Flashing tool with Linux RPI
Hello thanks à lot for your feed back
Flash over uart is not possible but over your serial (rs232) port is it possible?
Otherwise i need to use the CAN port which is already used by the environnent simulation.
If it is not possible, you may imagine this CAN1 will be used to spread periodical CAN ...
Flash over uart is not possible but over your serial (rs232) port is it possible?
Otherwise i need to use the CAN port which is already used by the environnent simulation.
If it is not possible, you may imagine this CAN1 will be used to spread periodical CAN ...
- Mon 17. May 2021, 15:19
- Forum: PCAN-Router FD
- Topic: Flashing tool with Linux RPI
- Replies: 7
- Views: 8217
Flashing tool with Linux RPI
Hello
I current want to use the PCAN Router FD for an industrial solution for Automotiv Test Bench.
Our current soution is based on LPC1768(NXP) for 2 CAN Simulatiors and an Raspberry(RPI) for graphical HMI interface.
Both Ecus communicates throw serial connection (UART).
We have actually 80 ...
I current want to use the PCAN Router FD for an industrial solution for Automotiv Test Bench.
Our current soution is based on LPC1768(NXP) for 2 CAN Simulatiors and an Raspberry(RPI) for graphical HMI interface.
Both Ecus communicates throw serial connection (UART).
We have actually 80 ...