Bug: _Error_Handler generated by STM32CubeMX should have const char * file as parameter
Posted on September 14, 2017 at 11:19The title says it all.STM32CubeMx Version Version 4.22.1Library: STM32Cube_FW_F3_V1.9.0#bug
Posted on September 14, 2017 at 11:19The title says it all.STM32CubeMx Version Version 4.22.1Library: STM32Cube_FW_F3_V1.9.0#bug
Posted on September 14, 2017 at 17:16Good morning,which development board can I use for STM32F303RC?Thanks and regards,Marco S.#stm32f303rc
Posted on September 14, 2017 at 13:55My question is regarding RS485 Modbus protocol I am using STM32F030 Nucleo board for communication with RS485 board two USART is used (USART1 AND usart2) for communication purpose I am sending data USART2 (ST-KIT...
Posted on September 14, 2017 at 11:35Hello,I try to use Usart Tx with DMA on a STM32L052K6, in order to send a string without needing to send each character independently. I don't use ISR. The Usart TX works well without DMA using HAL functions.The ...
Posted on September 14, 2017 at 13:29https://community.st.com/community/stm32-community/stm32-forum (I don't know if i write the post in right sub-forum place).I face to one issue to get data from one server using port 443. HTTPS for getting data in...
Posted on September 13, 2017 at 09:15I want to know if we have pin to pin replacement for #STM32F407VGT6 with higher RAM and Flash memory. #STM32F407VGT6 has 1MB of flash and 192 KB RAM but we are running out of space in both areas and hence looking...
Posted on September 14, 2017 at 10:55I want to connect NUCLEO-L031K6 with my PC by UART. I use STM32CubeMX to generate project.In the project, LPUART1 is always disable and cannot be configured.I configure USART2 to asynchronous, consequently PA2 an...
Posted on August 25, 2017 at 15:30I'm planning to use a STM32L432KC to read 18-bit transmission from an external slave device. It seems the RXONLY master mode is a perfect match for this since it is outputting a continous SPI clock. I could set the ...
Posted on September 14, 2017 at 13:59Hi, I am using ST cloud platform to log sensor data from STEVAL-IDI004v2 board. It is observed that there is a periodicity of 5 secs to log data in the cloud. Can we change the periodicity? If yes, how can i do t...
Posted on September 14, 2017 at 13:48(I don't know if i write the post in right sub-forum place).I face to one issue to get data from one server using port 443. HTTPS for getting data instead HTTP. (First at all , I am newbie with secure connection ...