S32K146

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

S32K146

1,935 Views
gravity_one
Contributor III
  • S32K148 code is normal runing.
  • Port S32K148 code to S32K146报错如下:

17.png

  freeRTOSconfig.h

-#define configTOTAL_HEAP_SIZE                    ( ( size_t ) 98304 )

+#define configTOTAL_HEAP_SIZE                    ( ( size_t ) 30*1024)

  • The compile passes, but the program does not execute within the task.

and use JLINK DEBUG:

ERROR: Can not read register 44 (FPS11) while CPU is running
ERROR: Can not read register 45 (FPS12) while CPU is running
ERROR: Can not read register 46 (FPS13) while CPU is running
Read 4 bytes @ address 0xDEADBEEE (Data = 0x00000000)
WARNING: Failed to read memory @ address 0xDEADBEEF
Removing breakpoint @ address 0x000011F4, Size = 2
WARNING: Failed to read memory @ address 0xDEADBEEE

thanks

0 Kudos
Reply
1 Reply

1,746 Views
danielmartynek
NXP TechSupport
NXP TechSupport

Hello grayli.wang@cdskysoft.com,

I'm sorry for the late response.

Could you please elaborate on how did you port the S32K148 project on the S32K146 MCU?

The SRAM_U (m_data_2) size is only 0xEFFF in comparison to 0x1EFFF on S32K148. 

pastedImage_2.png

BR, Daniel

0 Kudos
Reply