User Activity

Hi Everyone,                   I'm facing the issue that when i implementing the CAN interrrupt Transmit(CAN_IT_TX_MAILBOX_EMPTY) in CAN Normal mode. It going to interrupt hardfault error. But when i'm using the same concept in the loopback mode. It ...
Hi @everyoneIn the below IIC API HAL_StatusTypeDef HAL_I2C_Mem_Read(I2C_HandleTypeDef *hi2c, uint16_t DevAddress, uint16_t MemAddress, uint16_t MemAddSize, uint8_t *pData, uint16_t Size, uint32_t Timeout)uint16_t MemAddress will accept only hexadecim...
Hi @everyone  i completed the CAN2.0A based communication. Now i want to learn about CAN2.0B that is 29-bit identifier. so can you please provide the example if available for my reference.
Hi Everyone,                    Can i use the HAL based library in my code for making commercial product?                    or                   Need to use only register based code for making commercial products?
Hi Everyone,                   i'm using two boards for my hobby purpose(stm32f108cxx bluepill board and stm32f407g discovery board). i tried the controller area network loopback mode in bluepill is working fine but in the stm32f407 discovery board c...