73 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
69
views
CubeMX and touchGFX not synchronized
I'm using the board NUCLEO-H563ZI paired with an RVA35HI screen.
When I first created the project and generated the code, I could download the TouchGFX project using the TouchGFX application with the &...
1
vote
1
answer
105
views
Outputting a Triangular Waveform from a DAC Output Pin at a rate of 77khz on an stm board
I am currently working on an stmG474-re development board and aiming to use dac1 channel 2 to output a triangular waveform at a frequency of 77khz with the high resolution timer but struggling to ...
0
votes
1
answer
803
views
CMake script for STM32 CubeMX not linking correctly
I am trying to write a CMake script to link the files generated by CubeMX as a library to an executable. So far, once I move the variable ${SOURCES} containing all the CubeMX sources to out of the ...
0
votes
0
answers
103
views
Eclipse Embedded C/C++ projet from cubeMX makefile
Can someone show me how to import a makefile project from cubeMX into Eclipse the right way? For Indexer to see all methods and variables. Because when I import it either as a makefile project or ...
0
votes
1
answer
2k
views
There is a fault when trying to connect to LAN8742A with STM32F407VG through RMII protocol
Recently, I worked on custom hardware which contains an Ethernet connection. RMII is used to communicate with the device. I use FreeRTOS and LWIP. When I run the program, there is a problem, which it ...
0
votes
1
answer
604
views
I want to use the I2C peripheral in stm32 to read a sensor without using CubeMX
I am using the STM32Wb55RGv6 board to read a sensor using the i2c protocol. I want to use it without using CubeMX (.ioc file) because I am unable to use it to add it to my project (I am using one of ...
0
votes
0
answers
159
views
Virtual Port Com C++
Good afternoon. I am creating a project in CubeMX. I select the Virtual Port COM and configure the code in Keil. I open Keil and change the type of main to C++. After that, I try to compile and throws ...
0
votes
0
answers
278
views
STM32 GPIO toggling timing issue (short delay phenomenon)
who do someone know about the STM32 GPIO toggling timing issue?
I want get the always normal togging timming signal without the abnormal togging timming iusse.
Due to the contacted image, I have a ...
0
votes
0
answers
80
views
CubeMX IDE error issues with correct code
I recently installed cubeMX to use freeRTOS on STM32 controller.
HAL_GPIO_TogglePin(GPIOB, GPIO_Pin_12);
If I type out the above I get an error.
If I have Eclipse auto complete the code I get the ...
0
votes
0
answers
181
views
STM32F103 RTOS Delay in between threads
I am creating a project using STM32F103C8T6 controller in which I am using RTOS. I have 4 threads in it. The functions in each of these threads experiences a significant amount of delay (eg: if any ...
0
votes
2
answers
1k
views
Setting up a STM32 solution with a shared library and multiple projects [closed]
I am using Rowley CrossWorks as my IDE.
I have several STM32 projects created with STM32CubeMX which have several files that are shared as of now, by copying the source folder into each projects "...
0
votes
1
answer
560
views
Why does my usb HID output rubbish? STM32Cube
I'm trying to make a force feedback wheel, but software isn't my cup of tea.
This is supposed to toggle button 0 and it doesn't.
typedef struct{
uint8_t buttons;
int8_t relativeMvt;
}steer_t;
...
0
votes
2
answers
1k
views
How to boot STM32F405RGT6 with DFU
I have designed and assembled a PCB. All connections are fine and the LEDs are blinking when I open STM32CubeMX. But I don't know what to do after this point. Do I need to put some drivers before ...
1
vote
1
answer
1k
views
STM32 Difference between Max interface clock and max timer clock
I am using TIM1 on a H743ZI with 3 PWM channels.
I am trying to maximize the PWM resolution so I need to maximize the clock speed on TIM1.
the datasheet (screenshot below) gives 120MHz and 240MHz ...
0
votes
1
answer
956
views
CubeMX timer configuration question (screenshot attached)
I am trying to understand how timer on the internal clock works.
I've attached my CubeMX config below.
For now, I have set the main clock to 480 MHz which is the maximum for this STM32H743ZI chip.
I ...