STM32F303 SPI hardware auto NSS can't work on CPHA = 1 ? Why?
STM32F303 SPI hardware auto NSS can't work on CPHA = 1 ?Why?
STM32F303 SPI hardware auto NSS can't work on CPHA = 1 ?Why?
I'm a tiro of ST-LINK/V2 and STM32 tools.Recently, when I upload a file via ST-LINK/V2 to my STM32 tools (OpenIMUZA300), the upload prosess was failed.The warning messages are:no flash bank found for address 0x10020000no flash bank found for address ...
Dear Members,I tried to talk with SIM7600 using UART1,The code was working ok with SIM900,Now,it's giving me the result but it's not right,Is it because of baudrate ? it was 19200 for SIM900and now 115200 for SIM7600the code :void test_modem (void) {...
hello i need to protect my code from reading or just protect the two first pages is enough because ill put my devices on market ? i cliked on execute only code option in keil flash options my code doesnt compile here is the error :..\Middlewares\Thi...
I apologize for my english.I came across an incomprehensible thing for me (general experience with STM32 for about 10 years).I work with STM32L010K8. When I try to write to USART2->TDR, I fall into reset. Test on Keil and IAR, different optimisation....
Hi,I´m actually working with STM32L053C8 moden and i have some questions about how RTC works. I am using STM32Cube IDE and HAL libraries (C++).First, when i wake up (from standby mode) the microcontroller, the code always start from the beginning. Co...
Hello, I try to do with out compare, I use TIM out-compare feature and set TIM_IT_UPDATE interrupt, if go into TIM's update interrupt ,clear TIM's all register content , I config TIM second , of course ,same procedure, I config third TIM . second a...
Is there any example coding for stm32f103rb nucleo-64 board programming on arduino ide?
Hi to all,I am not sure this is the correct forum, but I do not know where to put the question elsewhere.I need to interface with an SD card using SPI interface and I'm experiencing a big issue in write operation (CMD 24) because things quite always ...