Hi everyone.I have next problem. I trying to use CAN filter option, sometimes i need to configure them on fly. First basic filter its standard filter: /*CAN*/ canfil.FilterBank = 0; canfil.FilterMode = CAN_FILTERMODE_IDMASK; canfil.FilterFIFOAssignme...
Hi all.How to enable the function to collapse text like in the picture below:In CUBEIDE I don't have this function.Thank you for your answer.Kind regards,Oleksii
Hi, everyone, I have the next problem, I am using the same pins like a simple GPIO output, and like a PWM output.To change the output from PWM to GPIO i using this code: GPIO_InitTypeDef gpio; gpio.Pin = GPIO_PIN_0|GPIO_PIN_1; gp...
STM Motor WorkbenchWhen I tested the motor in Motor Profiler, I am adding the settings to MotorControl Workbench, and generated the project in CubeMx, but when I try to compile the program I have 20+ errors like:undefined reference to `STO_PLL_Init'u...
Hello everyone,I have the next problem, first use the STM32H7 series, previously only F series (F4 and F7).And i need some instruction (FAQ) with step by step how to do the simple program in CUBE and IDE to ping my board. (only properties in CUBE)Th...
For example, i want only 0x18FEDA02, but when i write data from frame, i see another adresses like 18FFCC100 and other. I can't undestand how to chouse what filter should working at this time.Could i change in code to reconfigure filter 0 to another ...
For example, i want only 0x18FEDA02, but when i write data from frame, i see another adresses like 18FFCC100 and other. I can't undestand how to chouse what filter should working at this time.Could i change in code to reconfigure filter 0 to another ...
Maybe i do something wrong, but i use the next code: GPIO_InitTypeDef gpio; gpio.Pin = GPIO_PIN_0|GPIO_PIN_1; gpio.Mode = GPIO_MODE_AF_PP; HAL_GPIO_Init(GPIOB, &gpio);//MX_TIM8_Init(); TIM8->ARR=1023; TIM8->PSC=500; TIM8->CCR2=x;Maybe i need to r...