Rajeev Arora

Results 21 comments of Rajeev Arora

If I change the call to below: ``` Status = HAL_FDCAN_AddMessageToTxFifoQ(phfdcan, &oPSCIsAliveResponseTxHeader, (uint8_t *)&oPSCIsAliveResponse); ``` wherein I am typecasting the oPSCIsAliveResponse when passing it to the function, the Keil throws...

Hello @RKOUSTM Will there be a new release shortly with fix available for the reported issue? Thanks, Rajeev

Hello, For understanding purpose, may I assume that FDCAN_FILTER_HP means FDCAN_FILTER_TO_RXBUFFER + HIGH_PRIORITY? May I assume Buffers are being used for FDCAN_FILTER_HP (and that FIFOs are not used)? Please suggest....

Hello, Is it possible to change the _static_ typecast for _FDCAN_CopyMessageToRAM()_ and change it to just: ```void FDCAN_CopyMessageToRAM(FDCAN_HandleTypeDef *hfdcan, FDCAN_TxHeaderTypeDef *pTxHeader, uint8_t *pTxData, uint32_t BufferIndex)``` and extern it. Please suggest....

Hello, As the requested code piece / function was not available, I had to code a custom / my own function for this. May I share the coded custom function...

Dear ST, Attached is the modified CAN driver that I’ve been using. Please refer to function CRC_Evans_FDCAN_AddMultipleMessagesToTxFifoQ() and suggest whether the implementation is correct. Regards, Rajeev From: ASELSTM ***@***.***> Sent:...

I slowed down the baud rate to 300 bps and chose a large sized Tx data to test this scenario. this helped to simulate scenarios wherein STM32H7xx might me transmitting...

Dear @ASELSTM Please share any available update regarding this concern. Thanks, Rajeev

Dear @ALABSTM Will the fix for this issue be available with STM32CubeH7 release version 1.10.0? Regards, Rajeev