Posted on September 01, 2015 at 00:33
Hello,
I'm using MCP3424 and it says in it's datasheet
When the Master finds the RDY bit is cleared, it can send a
not-acknowledge (NAK) bit and a stop bit to exit the current
read operat...
Posted on August 27, 2015 at 09:41
void HAL_CAN_MspInit(CAN_HandleTypeDef* hcan)
{
GPIO_InitTypeDef GPIO_InitStruct;
if(hcan->Instance==CAN)
{
/* USER CODE BEGIN CAN_MspInit 0 */
/* USER CODE END CAN_MspInit 0 */
/* Peripheral clock en...
Posted on August 26, 2015 at 14:48are they intentionally undefined for STM32F0xx?CAN_FLAG_FMP0 ''FIFO 0 Message Pending Flag'' CAN_FLAG_FMP1 ''FIFO 1 Message Pending Flag'' are not defined #stm32cubemx
Posted on August 26, 2015 at 10:08
Hello,
I have 2 STM32F042C6 board.
My transmitter board's code :
static CanTxMsgTypeDef TxMessage; // Static variable declaration
static CanRxMsgTypeDef RxMessage;
/* CAN init function ...