STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Changed a few #define -> cube IDE goes nuts.

How in the world is this happening now? Just made some changes there. Renamed and changed the values.The first line has "missing whitespace after the macro name" Aprilfools day is still not here yet!  

Tobe by Senior III
  • 713 Views
  • 3 replies
  • 1 kudos

GENERATE PWM using ADC values

if (HAL_GPIO_ReadPin(USER_Btn_GPIO_Port, USER_Btn_Pin)){HAL_GPIO_WritePin(TIGGER_GPIO_Port, TIGGER_Pin, GPIO_PIN_SET);HAL_ADC_Start_IT(&hadc1);HAL_TIM_PWM_Start_DMA(&htim1, TIM_CHANNEL_1,(uint32_t*) pwmData1, 300);HAL_GPIO_WritePin(TIGGER_GPIO_Port, ...

Resolved! How many GPIO pins can be used on H563ZI

I am a new user of H563ZI, and I have read the datasheet. I wonder if all pins that can be viewed in cubeIDE can be used as a GPIO pin?For example, as mentioned in the datasheet, PB2 is used as QSPI_CK when solder bridge configurations are not change...

hchienti_0-1711242665854.png
hchienti by Associate II
  • 983 Views
  • 3 replies
  • 2 kudos

STM32H7 osKernelStart faults to HardFault handler

Hi AllI am working on a data logger code. It is basic at the moment.1, set a an ISRTimmer for 1sec.2, When ISR triggered i set DataLoggerFlag.3, Next loop thru main() i test DataLoggerFlag, if set go to a function and read A0, A1 ports and store back...

oskernalStartError.png
DaveBy2 by Associate
  • 507 Views
  • 0 replies
  • 0 kudos

Reg. USB HOST HID Class Keyboard Implementation

Hello,I have been using STM USB HOST HID class library to implement the USB keyboard on my STM32F429ZI custom board. I have been able to successfully enumerate the USB keyboard and getting the key pressed on the keyboard using the custom keyread() fu...

shefu by Associate II
  • 531 Views
  • 1 replies
  • 0 kudos

NEED AN ADVICE FOR NEW PROJECT

Hello everyone.I have to create an arbitrary waveform generator via DAC starting from a lookup array of 32 elements at least with 10bit resolution. However, I must be able to reach frequencies of around 300Khz. I wonder, which evaluation board can I ...

AntoR by Associate III
  • 922 Views
  • 4 replies
  • 0 kudos

Memory Hard fault with string lib

Posted on September 02, 2016 at 15:29 Hi everyone, I have a question about an hard fault generated by a line of code. I'm working with a STM32F401RE and Atollic True Studio The line is : sprintf (str, ''PAIR %s\r'' ,BT_deviceTAB[0].BDADDR); ...

dauphin2 by Associate II
  • 1196 Views
  • 6 replies
  • 1 kudos