T6963
Posted on July 12, 2009 at 20:55T6963
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on July 12, 2009 at 20:55T6963
Hi. I think I have an idea why this does what it does, but wanted to ask advice anyway.I am interfacing an STM32F767 over SPI with an SSD2828 parallel RGB to MIPI bridge.It (amongst other options), uses what they describe as 24 bit SPI.I am using the...
LPUART (over usb connection) work only in transmit mode. I have CubeMX generated project with "receive and transmit" settings for lpuart in interrupt mode, but can only send data from the mController to PC. With another evalboard (Nucleo L496ZG) my s...
Hey,I am trying to implement standby mode for stm32f103 but not able to find application note as given for stm32f2 series. Can i assume the current consumed and other parameters would more or less be the same in case for stm32f1 also ? Can you help m...
Hi,I'm using CubeMX to generate code to test my stm32f103c8 platform, but I've encountered a problem that when I put HAL_CAN_Transmit_IT in the interrupt callback function of TIM3, it then goes into Hardfault_Handler.If I put HAL_CAN_Transmit_IT in t...
It would appear that the CAN driver was redesigned in Cube 1.19.0, but the current 'Description of HAL drivers' document (DocID025834 Rev 5 for the F4) describes the old version. They are substantially different.
I am working SWSTM32 (AC6 tool) Release 4.6.3 on STM32L4s5xx series controller.I tried to add STM XCUBE MQTT stack to a base level driver code. The base level code has a folder CMSIS_RTOS and was compiled without any bugs, but when i add it is giving...
I have to receive a string in stm32f030 from USART using LL library through the interrupt.