PolarSSL
Posted on June 07, 2016 at 16:48Hello, is the Polar SSL (mbed TLS) Stack running without RTOS ? Thanks in advance Michael
Posted on June 07, 2016 at 16:48Hello, is the Polar SSL (mbed TLS) Stack running without RTOS ? Thanks in advance Michael
Posted on June 08, 2016 at 11:45 Hi guys, I've implemented the code to send data from STM32f103 to PC with USART interface, but the data that I receive are wrong. This is the code that I've implemented : void RCC_Configuration(...
Posted on June 08, 2016 at 08:08I have been trying, with limited success, to create a project in CubeMX and then import the example application files from LwIP HTTP server app so I can start to find a solution for my specific tasks. In the process ...
Posted on June 09, 2016 at 02:21Hi all;I am trying to send sms using sim800l module with stm32f334&sharpinclude ''mbed.h''&sharpinclude <string>Serial pc(SERIAL_TX, SERIAL_RX); // pc comunicationSerial SIM900(PA_9, PA_10); //tx, rx SIM 900string r...
Posted on June 08, 2016 at 21:07Hello, Can anybody please tell me how i can read the addresses from the memory in debug monitor mode without halting the processor? Or is it any other way to read the memory registers like selecting some other access ...
Posted on June 08, 2016 at 18:41I'm having issues with my SDIO Data End interrupt.It's acking like OCCASIONALLY the SDIO interupt it being blocked by the SDIO_DMA IRQ. The SDIO has a higer priority (lower number) interrupt than the DMA.I'm using stm...
Posted on June 07, 2016 at 06:00I am just getting started on STM32 micro-code development for a custom board built around the STM32F072. I downloaded the CubeF0 and was able to build a few sample projects.I now want to extract just the GPIO parts (s...
Posted on December 15, 2015 at 10:46Hi all, trying to retarget printf on stm32f407 discovery with cubemx generated code isn't working. Inside main.c i've put:/** * @brief Retargets the C library printf function to the USART. * @param None * ...
Posted on June 07, 2016 at 19:06Hi,I have an STM32F746 connected to an other processor through UART (TX-RX). The goal is to exchange data with this other processor with a library provided by the supplier. The only things I have to do is to re write ...
Posted on June 05, 2016 at 02:32Hello, I would like to use the uC to measure three-phase power. I have six analog channels (3 for the voltages, and 3 for the currents). I would like to use the ADC1 and ADC2 to simultaneously sample the voltage and t...