RGB RAW12 (12-Bit) Camera Bus
I want to use IMX290 and STM32H743I would like to show a picture on the display and at the same time have a GUIBut DMA2D cannot convert RGB121212 to the desired format to displayHow should I be?
I want to use IMX290 and STM32H743I would like to show a picture on the display and at the same time have a GUIBut DMA2D cannot convert RGB121212 to the desired format to displayHow should I be?
Afternoon Everyone,I'm using an stm32f722zeI'm not sure if I'm doing something wrong or misunderstanding the working of the SPI (it could be either) but I have it up and running.I've got a SPI implementation in slave mode with DMA, like this:static v...
Hi guys, my codes go into interrupt function just one time.Could you offer me any solution?device clock 72 MHZdevice clock 180 MHZCAN // 1. device hcan.Init.Prescaler = 4; hcan.Init.Mode = CAN_MODE_NORMAL; hcan.Init.SJW = CAN_SJW_4TQ; hcan...
Hello friends, I am trying to build a CAN protocol with CubeMX I am using STM32F103 and STM32F446 and I did set them by same clock freq, but I couldn't get any data on debug operating.Do you have any simple example that you would send me that.
Hello friends,I am trying CAN but I am sending something but codes dont go to the ibnterrupt function I will send codes.Any help? interrupt function is in interrupt sectionvoid MX_CAN_Config(){ hcan1.pTxMsg=&TxM; hcan1.pRxMsg=&RxM; sFilterConfig.Filt...
I’ve an weird issue with one of my boards. On the code where the clocks are initialised(it’s the default code generated by Cube), the mcu gets stuck on the line, HAL_Pll_Enable and it continuously restarts the mcu every 6ms. But the same hex file, wo...
Posted on June 01, 2018 at 02:17Hi everyone,I'm using an STM32F777 part, with files generated by the very latest version of CubeMX (4.25.1)I've spent the day struggling through issues writing a file to an SD card using the fatfs middleware. I've pr...
I updated the ST Link firmware, and followed the sequence described in the User Manual. But the sequence says I have to connect the PC, and I don't want to. I just want the controller to run its program without connecting the USB, using a 5V supply c...
I am trying to measure the power consumption for Nucleo-144 board.Here is my configExternal power supply 8VJP6 to VINConnect Fluke multimeter to power supplyConnect multimeter to CN8 pin 15Connect ST-LinkCall HAL_PWR_EnterSTANDBYMode() or LL_PWR_SetP...
When I power my nucleo through the 5V pin, with a 5V supply, the behavior of the controller is not normal. If I power it by USB, it works well. I read the User Manual, have I misunderstood something? What could be happening?