Posted on September 08, 2016 at 16:57Hello, I am trying to send 1000 values from data stored in DMA on to CAN Bus. i am using the Data frame(8 bits each) of CAN to transmit data but i am not able to receive all the data frames. i am not able t...
Posted on August 18, 2016 at 21:37hello,i want to know can we transfer data from CAN Bus to DMA memory on board on HAL Library? if yes or no can some one please explain how ?Thanks in advance!!! #hal #hal #can #!stm32-!cubemx-!can-!bug #canbus #c...
Posted on August 17, 2016 at 17:35Hello, i am trying to program DMA of STM32F4-DISCOVERY board. But I am not able to understand some parameters. 1.In Burst mode, what does an incremental burst transfer of 4/8/16 beats means.2.In threshold confi...
Posted on August 03, 2016 at 18:49Hello, I want to work with Analog Watchdog ADC of STM32F4 Discovery using HAL Library. Can anyone please help me where i can find an example or if can someone upload. Thanks in advance! #hal-library #stm32f4-...
Posted on June 30, 2016 at 20:53Hello, can any one please provide me with CAN Filter configuration of 'FilterIdHigh', ''FilterIdLow', 'FilterMaskIdHigh', 'FilterMaskIdLow', 'BankNumber' of STM32F4 Discovery board. i want to receive any frame on C...
Posted on August 19, 2016 at 14:13i need to to receive my data from CAN bus, merge the data(2 bytes of data from CAN bus into one Hexa decimal 1 byte) and then transfer it on UART. That is the reason i asked. i thought to use DMA-to-UART buffer to ...
Posted on July 01, 2016 at 14:18i have found it in file: stm32f4xx_hal_can.h , author: MCD Application Team, version: V1.4.4, date: 22-January-2016, brief : Header file of CAN HAL module.i have also found similar problem also in file: stm32f4xx_ha...
Posted on June 30, 2016 at 18:44Hello, i want to receive data on CAN Receiver of STM32F4 Discovery Board. i am transmitting signal from computer using trans-receiver to CAN 1 receiver. But i am unable to receive any data on my receiver. the transmi...
Posted on June 23, 2016 at 20:34Hello, i understood my mistake in the program. i forgot to write the API of 'HAL_GPIO_WritePin(GPIO_TypeDef* GPIOx, uint16_t GPIO_Pin, GPIO_PinState PinState)' in my program. Thanks for your help.