User Activity

hello ST Community ,the frame format settings of the CANFD are missing FDCAN_FRAME_CLASSIC !!!!I can set this format only with hand in the software but as soon as i try to generate a new code this setup would be overwritten with the available setting...
Hi,my question is simple , i have these parameter :Can_Clock = 48 MHz Prescaler = 1;NominalTimeSeg1 = 18NominalTimeSeg2 = 4and this is the MX_FDCAN1_Init() :static void MX_FDCAN1_Init(void) {   /* USER CODE BEGIN FDCAN1_Init 0 */   /* USER CODE E...
Hello,i am trying to write a small example which only send 8 bytes .I am using generated code from Stm32cubeMx and i have the initialization parameter from this thread : https://community.st.com/s/question/0D50X00009XkWmjSAF/fdcan-stm32h743zinucleo-t...
hi,i am new to embedded programming and i have a problem and i appreciate any help.I have a firmware which works on stm32f103c6 .We had to replace the controller with an other to get more space for the flash Rom and that was the stm32f103cbt6,they a...
Posted on February 22, 2018 at 08:56 I have implemented a small program with STM32F103C6 to initialize ADS1115 and read data from it via I2C using STM32cubeMx & HAL. Can I integrate this program into an other project which uses SP...