In Discovery-f746g, can connect USB mass storage to qspi external flash accessible for PC OS?
I want to use STM32CubeIDE, then what are must be checked in STM32CubeMX configurations, including middlewares if needed.
I want to use STM32CubeIDE, then what are must be checked in STM32CubeMX configurations, including middlewares if needed.
Hello,I am trying to use HAL_SMBUS drivers on STM32L0. The STM32L0 is the slave and I want to read / write registers via i2cget and i2cset on the linux host. I do not need the full SMBus/PMBus middleware, just looking for a simple example with SMBUS ...
Hi, I need choose a STM32L0 microcontroller for reproduce sound, I had thought choose L031E because is smaller and it have few GPIO, but I don't know if I can reproduce sound whit it. I don't need many GPIO, that's way I though about it.Caracteristic...
Hello,stm32F4FreeRTOSCube 1.4.2My code sometimes run pretty long osDelay. In fact "long" means "longer than watchdog"..I thought about cutting the delay in smaller delays and call a watchdog kick after each delay. Something like this:osStatus delay(u...
we have just purchased a NUCLEO-H743ZI board. upon configuring a test application to work with an audio codec, we found that there is no option to enable *Master Clock Output* when I2S mode *Full-Duplex* is selected.we were wondering what the rationa...
I thought I had checked everything about the F767ZI Nucleo-144 and its pin availabilities. Unfortunately I overlooked that I2S_A is the only one whose peripheral pins are connected to the SPI_RX and SPI_TX regs for DMA streams.This means that for my ...
There doesn't seem to be an example peripheral project for the ETH port within the CubeMx repository for the H745XI-DISCO board. Why? Anyone know if there's one available? I imagine it would be a FreeRtos w/lwip, etc...
Hello ,My question is not detecting COM PORT on PC,Why?I have done my project like this.1. Genrated cubmx project for STM32F303RE Nucleo board for USB CDC.2.After that installed driver for virtual com port from ST Site.3.I burn the code in board.4.I ...
I am using STM32CubeMX to create a project for STM32F303Discovery board (using the default settings).Is there some ready example how can I extend the project so that I can read sensor data from LSM303DLHC and also from L3GD20?Thanks in advance
One can use STMCubeMx to configure the hrtim in capture mode based on 2 events. In my case, I'm using TIMER_A capturing event 1 & 6 and timer_B capturing events 2 and 7.I can see the generated code's MX_HRTIM_Init() configuring everything correctly, ...