Resolved! A bug in the CAN Legacy driver.
CAN driver in the Legacy folder must use HAL_CAN_LEGACY_MODULE_ENABLED instead of HAL_CAN_MODULE_ENABLED.
CAN driver in the Legacy folder must use HAL_CAN_LEGACY_MODULE_ENABLED instead of HAL_CAN_MODULE_ENABLED.
hi ,I want to generate PWM Output on PIN PB15 of STM32F103This PIN has a default alternate function -> TIM1_CH3N for PWM outputUnable to get it Working.I have give the code belowCan anyone let me know what is missing??Thanks-Adityamain.c/** * @brief ...
I inherited a Keil Project which used the HAL Legacy CAN driver, and so I'm trying to port this system to SW4STM32, however, when I generate/regenerate a new project with the STM32Cube Generator, the CAN driver is replaced.Normally this wouldn't be a...
Hello everyone, I want to do Treeview structure for GUI with STM32F429. How can I do that ?
Hello. I have any troubles with understanding and access to USB data Fifo's at STM32F407.In STM32F103RBT6 (for example) it was simple - there is PMA, that starts from 0x40006000. I could directly define addresses of FIFO's for each endpoint in F103. ...
I'm looking for a USB printer class code that is able to identify the printer and sent printer commands.There are some old discussion from 2013 that is not fruitful and helping at all.
Hi,I want to change TX/PB6 to RX/PB6 for USART1 on STM32F103.Please let me know if you have a solution.Thanks.
Using STM32F429 board with 2 external SRAMS (512K each), one at 0xD0000000, other at 0xD0200000. Application set for 1 layer, 2 frame buffers.If I set breakpoint in HAL_LTDC_LineEvenCallback, I find that LTDC->L1CFBAR toggles between 0xD0000000 and 0...
For developing a rotary sensor with the capacitive touch functionality on STM32L4R9VI, a suggestion given was to have a dual electrode layout with duplicate electrode channels. However, would it be possible to use only two channels in different I/o g...
Is there an MPU in STM32F427?It's mentioned in STM32F427xx/STM32F429xx data sheets (dm00071990), but not in RM0090.