Please suggest me STM32 CAN2.0 board
Posted on March 01, 2018 at 09:08I need to select CAN 2.0 controller in my application.I would like to get low cost evaluation board for the same.Please suggest me STM32 CAN2.0 board so that I can learn CAN.
Posted on March 01, 2018 at 09:08I need to select CAN 2.0 controller in my application.I would like to get low cost evaluation board for the same.Please suggest me STM32 CAN2.0 board so that I can learn CAN.
Posted on April 11, 2017 at 20:04Hi,Recently I am developing a project using CubeMx and uVision5 on NUCLEO-F103RB board. I try to retain CubeMx support and for this reason I write my code within the predefined user code sections so I keep CubeMx int...
Posted on April 19, 2017 at 17:48Using CubeMX 4.20.1 with STM32Cube_FW_F7_V1.6.1 on an STM32F777 I'm getting an assert in HAL_RCC_OscConfig() due to assert_param(IS_RCC_PLLR_VALUE(RCC_OscInitStruct->PLL.PLLR));Was this supposed to have been fixed in...
Posted on March 02, 2018 at 06:33I'll just leave it here ...
Posted on March 02, 2018 at 10:59I used MXcube to generate initiaation code as SPI Slave, CHPA is hope to be Low.But it will be set when the LL_SPI_Init(SPI1, &SPI_InitStruct) function is running.I found that Miss BaudRate Field. It can probably in...
Posted on March 01, 2018 at 22:25Hi everybody, I would require some help on an I2C link between TSL2591 and my nucleo nano F303K8T6.I did it working well on the mbed website TSL2591_F3, but I want to use SW4STM32 environment and also CUBEMX.Using m...
Posted on March 02, 2018 at 09:52STM32F031 is configurated as SPI Slave, CRC result can not be send out correctly. Attached the whole project. I also designed one SPI master by another STM32F031 for this testing. The waveform that master sent is ri...
Posted on May 06, 2017 at 00:19Hello,I have been trying to download the library for CLASSB certification for STM32's but i can't manage to download it.http://www.st.com/en/embedded-software/x-cube-classb.html I tried to press request software and fi...
Posted on February 28, 2018 at 12:55I have a few misunderstandings about DMA, so I need some help. I setup DMA to copy from GPIO IDR (without inc) to sram (with inc), it triggered from Timer (Free Running, Overflow event).In the case of algorithm li...
Posted on March 01, 2018 at 23:59So I have banging my head a little trying to get the X-NUCLEO-LED16A1 16 channel LED DRiver board to work on the STM32F429ZI. I've tried going the route of porting the example STM32F401RE code and have failed. It loo...