Hello all, I Have tried to implement a code to use a USB to read and write the function as a logging process.My code is running just fine, and it writes and reads just properly. The only problem is that the MX_USB_Host_Process() loop runs only once...
Hi guys,On USB Host Mass storage mode, I am creating a text file using (f_open(&myFile, "TEST2.TXT", FA_WRITE | FA_CREATE_ALWAYS function.For writing text into the file, I use sprintf(rwtext, "Hello World"); function to write the...
How can I use PWM output pulse in my program?Normally the PWM mode for instance for TIM1 will be generated on pin PA8, but I want to use the PWM signal internally in my code. How is it applicable?
Dear all,This is supposed to be simple, but I have a serious problem that left me no choice but ask for a help! So any contribution is appreciated =) I have interfaced a STM32F103RET6 with an external 7614e DAC using SPI. According to the DAC datas...
Hello guys,Recently, my ST Discovery F407 board was working just fine, until I received the following error in a txt. File: the interface firmware failed to reset/halt the target mcu.I have updated its frimware to 2.37.26, but the problem is stil...
Thank you so much for your reply.Actually, I want to make a pulse with 250 ms high and 4s low. I made this pulse by using PWM but I dont know how to apply this "on and off" action on a variable and see it's effect on a specific GPIO instead of the d...
Well, I thought I would never be able to solve this :D:D but I did.The thing is that I don't get it how! I have removed the JP3 and also shorted JP1 and tried to upgrade the firmware with STM32CubeProgrammer. The problem solved! I thought I've los...
Thanks for youre reply,I did nothing other than updating its frimware or downloading my code. I have tested on 3 PCs but no difference. By Using STMCube, you mean using it for updating the frimware or for setting the peripherals?I have used STMCube ...