2017-08-20 02:14 AM
Hi, I'm working on a project where I have to work with NFC protocol on my STM32L152RET.
I want to port to this board the nfc exemple coming with
(it works as it should be with my ).I switched the HAL drivers for the L1xx HAL drivers.
When debugging I get stuck in an infinite loop interruption in the file startup_stm32l152xe.s :'Default_Handler:
Infinite_Loop:
b Infinite_Loop'
The program cant get past the function ISO1443A_Init(); that ConfigManager_Taghunting is calling.
Can someone help me pointing out what is wrong ?