Using MSC to send data to GPIO PINS?
Can someone use MSC to send data to SPI or other GPIO Interfaces?I implemented a Project with Cube and now i want to test it by sending data through MSC to any GPIO or LED
Ask questions, find answers, and share insights on STM32 products and their technical features.
Can someone use MSC to send data to SPI or other GPIO Interfaces?I implemented a Project with Cube and now i want to test it by sending data through MSC to any GPIO or LED
I just run across a bug when trying to program the flash.You have to write two 32bit values for programming the flash. But if the first value is 0xFFFFFFFF it does not matter what the second value is. In the end there will always be written 0xFFFFFFF...
Hello,I raised this problem in another topic I posted, but it is with another title and I'm not sure I will get there the help (title might be missleading).I have the problem after sending Slave Address and Register Address and creating a start condi...
Dear ST sirs: We are using STM32F072C8, and we now have problem on its CAN bus. Like the below thread issue in the forum. However we did not see any reply on it.https://community.st.com/s/question/0D50X0000A4nF6FSQU/stm32f072c8-canbus-loopback-worki...
I am currently in a process of selecting micro controller for my project. Basically i need TTCAN support and i have STM32F746G Disco board with me. Now as per the ST reference manual i see that this is supported. Now my questions are...Is there any ...
Hi!!I'm using lcd_log.c to debug on the LCD.LCD_UsrLog ("This is Line% d \ n", i);Is there a way to change the starting position of text output?It always starts at the same location and scrolls down.Please, help me!!
The file stm32f4xx_hal_exti.c (of which there are multiple copies in the BLE tree) refers to CM7 CPU which is obviously not an F4xx.Is this a file that escaped from the main HAL code or is it just badly written?
I am using stm32l476rg. I am connecting a external spi adc with 1.25MHz clock. I would like to have a continuous data reading from that adc. I tried spi2 to connect this adc. it works, but how can I get continuous data reading from that adc? use time...
Going through the process of starting a project from STM32CubeMX with an STM32F769I-EVAL board, I found that the installed Quad-SPI NOR Flash chip is connected such that PB2 -> Quad-SPI Clock. PB2 cannot function as a clock for Quad-SPI per STM32Cub...
Posted on July 16, 2015 at 14:12Hi,I have an application running on the stm32F030.It has a 'bootloader' application at 0x08000000, which successfully jumps to the 'real' application, at 0x08002000.The jump and relocation was done according to /publi...