Skip to main content
VPras
Associate III
October 9, 2019
Question

PARAM ERROR in CANBUS Data transfer!!

  • October 9, 2019
  • 1 reply
  • 900 views

Hi,

I'm trying to send data from STM32F767Zi to another node using CANBUS protocol....it starts sending data every second and at other node i can get data, but all of a sudden data stops transmitting,when i debug i finding HAL_CAN_ERROR_PARAM.

what could cause the error and how do i resolve it!!

Thanks,

Vimal

This topic has been closed for replies.

1 reply

Technical Moderator
October 11, 2019

Hello,

Did you generate a STM32CubeMx project ?

I suggest you to inspire from the CAN examples under the STM32F7 cube firmware package: STM32Cube_FW_F7_V1.15.0\Projects\STM32F769I_EVAL\Examples\CAN

This may helps you on your application.

Best Regards,

Imen

In order to give better visibility on the answered topics, please click on 'Best answer' on the reply which solved your issue or answered your question. Thanks
VPras
VPrasAuthor
Associate III
October 14, 2019

Yes i have used the one which was in the firmware package.In that sometimes i'm getting that above error.

Please let me know how to solve this.

Thanks

Vimal

Tesla DeLorean
Guru
October 14, 2019

Seen a couple of reports of this, you'll have to debug into the HAL library code to understand what fields/parameters it is objecting too, or what peripheral state is causing this to flag.

Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..