Posted on October 29, 2016 at 17:55
Hi!
I'm trying to communicate with NEO-6M GPS module by nucleo F
NEO_6M starts transmitting date by itselfs, I've check TX signal on a scope and I can see frames.
And now straight to the p...
Posted on March 14, 2016 at 11:26
Hi,
I wrote about in other topic but it was not clear so I took decision to start other topic.
I'm working with CAN of F103 with CubeMX configuration.
Transmiting works fine but I have pr...
Posted on March 11, 2016 at 21:36 The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on March 03, 2016 at 12:09
Hello!
I have a problem with stm32 F103ZET6 and CAN on alternate pinout - PB8 and PB9.
I created a project using CubeMX, set PB8 and PB9 for can functionality, generated code and put it into Keil...
Posted on November 01, 2016 at 10:53
Yeah you're right.
I've noticed that right after me previous msg.
It's working.
If someone will looking for code in future :
/**
***********************************************...
Posted on October 30, 2016 at 08:23Hi Clive,I don't have to use UART2 so I've changed it to UART1 with PA10 as RX but I'm still not hitting breakpoint on interrupt function :|I have no idea what's happening, it should be simple, nvic is set an enabl...
Posted on March 26, 2016 at 13:44No one have similar problem ?I found out that first time after reset I am able to finalize receive_it function correctly, but next times it enters busy state and I'm not able to rearm the interrupt ;/
Posted on March 22, 2016 at 21:17
Hi,
I've looked into example from cube package.
After that I found my mistakes but problems continue.
Right now in while loop in main.c I simply call can_transmit function withHAL_CAN_Transm...